Uses of Interface
boofcv.struct.mesh.MeshPolygonAccess
-
Uses of MeshPolygonAccess in boofcv.io.points
Modifier and TypeMethodDescriptionStlDataStructure.toAccess()
Wraps the data structure insideMeshPolygonAccess
. -
Uses of MeshPolygonAccess in boofcv.io.points.impl
Modifier and TypeMethodDescriptionvoid
StlFileWriter.writeAscii
(MeshPolygonAccess mesh, String name, Writer writer) Generates an STL file in ASCII format given a mesh inMeshPolygonAccess
format.void
StlFileWriter.writeBinary
(MeshPolygonAccess mesh, String name, OutputStream output) Generates an STL file in binary format given a mesh inMeshPolygonAccess
format. -
Uses of MeshPolygonAccess in boofcv.struct.mesh
Modifier and TypeMethodDescriptionVertexMesh.toAccess()
Wraps the data structure insideMeshPolygonAccess
.