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 TypeMethodDescriptionvoidStlFileWriter.writeAscii(MeshPolygonAccess mesh, String name, Writer writer) Generates an STL file in ASCII format given a mesh inMeshPolygonAccessformat.voidStlFileWriter.writeBinary(MeshPolygonAccess mesh, String name, OutputStream output) Generates an STL file in binary format given a mesh inMeshPolygonAccessformat. -
Uses of MeshPolygonAccess in boofcv.struct.mesh
Methods in boofcv.struct.mesh that return MeshPolygonAccessModifier and TypeMethodDescriptionVertexMesh.toAccess()Wraps the data structure insideMeshPolygonAccess.