Module org.scijava.ops.image
Class DefaultVerticesCountConvexHullMesh
- java.lang.Object
-
- org.scijava.ops.image.geom.geom3d.DefaultVerticesCountConvexHullMesh
-
- All Implemented Interfaces:
BiConsumer<net.imglib2.mesh.Mesh,DoubleType>,Computers.Arity1<net.imglib2.mesh.Mesh,DoubleType>
public class DefaultVerticesCountConvexHullMesh extends Object implements Computers.Arity1<net.imglib2.mesh.Mesh,DoubleType>
- Author:
- Tim-Oliver Buchholz (University of Konstanz)
- Implementation Note:
- op names='geom.verticesCountConvexHull', label='Geometric (3D): Convex Hull Vertices Count', priority='10000.'
-
-
Constructor Summary
Constructors Constructor Description DefaultVerticesCountConvexHullMesh()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(net.imglib2.mesh.Mesh input, DoubleType verticesCountConvexHull)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept
-
-
-
-
Method Detail
-
compute
public void compute(net.imglib2.mesh.Mesh input, DoubleType verticesCountConvexHull)TODO- Specified by:
computein interfaceComputers.Arity1<net.imglib2.mesh.Mesh,DoubleType>- Parameters:
input-verticesCountConvexHull-
-
-