public class DefaultConvexHull3D extends AbstractUnaryFunctionOp<Mesh,Mesh> implements Ops.Geometric.ConvexHull
SpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultConvexHull3D() |
Modifier and Type | Method and Description |
---|---|
Mesh |
calculate(Mesh input)
Calculates the output given some input.
|
double |
getEpsilon()
Gets the epsilon value of the last executed calculation.
|
in, out, run, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, getIndependentInstance, run
run
candidates, filterArity, op
initialize
public double getEpsilon()
public Mesh calculate(Mesh input)
UnaryFunctionOp
calculate
in interface UnaryFunctionOp<Mesh,Mesh>
input
- Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.