public class DefaultSurfaceArea extends AbstractUnaryHybridCF<Mesh,DoubleType> implements GeometricOp<Mesh,DoubleType>, Ops.Geometric.BoundarySize
Ops.Geometric.BoundarySize.SpecialOp.FlavorNAME| Constructor and Description | 
|---|
| DefaultSurfaceArea() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | compute(Mesh input,
       DoubleType output)Computes the output given some input. | 
| DoubleType | createOutput(Mesh input)Create an output object given some input. | 
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, calculate, getIndependentInstance, runin, setInputruncandidates, filterArity, opops, setEnvironmentinitializecalculate, calculate, createOutput, getIndependentInstance, run, runcomputerunsetOutputpublic void compute(Mesh input, DoubleType output)
UnaryComputerOpcompute in interface UnaryComputerOp<Mesh,DoubleType>input - Argument to the computation, which must be non-nulloutput - Object where the computation's result will be stored, which
 must be non-null and a different object than inputpublic DoubleType createOutput(Mesh input)
UnaryOutputFactorycreateOutput in interface UnaryOutputFactory<Mesh,DoubleType>input - which determines how to create the outputCopyright © 2014–2022 ImageJ. All rights reserved.