Uses of Interface
boofcv.struct.mesh.MeshPolygonAccess
Packages that use MeshPolygonAccess
-
Uses of MeshPolygonAccess in boofcv.io.points
Methods in boofcv.io.points that return MeshPolygonAccessModifier and TypeMethodDescriptionStlDataStructure.toAccess()
Wraps the data structure insideMeshPolygonAccess
. -
Uses of MeshPolygonAccess in boofcv.io.points.impl
Methods in boofcv.io.points.impl with parameters of type MeshPolygonAccessModifier 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
Methods in boofcv.struct.mesh that return MeshPolygonAccessModifier and TypeMethodDescriptionVertexMesh.toAccess()
Wraps the data structure insideMeshPolygonAccess
.