Interface | Description |
---|---|
MeshReader |
Interface for a simple mesh reader utility
Reads a single mesh from a file provided
|
MeshReaderFactory | |
MeshWriter | |
MeshWriterFactory |
Class | Description |
---|---|
AmiraMeshWriter | |
AmiraMeshWriter.AmiraMeshWriterFactory | |
GenericMeshReader | |
GenericMeshWriter | |
GeomagicObjReader | |
GtsReader | |
GtsWriter | |
MayaAsciiReader |
Antonio, 2018:
MayaAsciReader imports fibre meshes and basic polygonal meshes from maya
ascii text files.
|
MayaAsciiReader.MayaMesh | |
MayaAsciiReader.MayaNode | |
MayaAsciiReader.MayaTransform | |
MayaAsciiReader.MayaTransformBuilder | |
MayaAsciiReader.UnitInfo | |
MayaAsciiReader.UnitUtility | |
MeshReaderBase | |
MeshWriterBase | |
OffReader |
Reads from ascii OFF format
|
OffWriter |
Writes to ascii OFF format
|
OpenSimAscReader |
Reads a polygonal mesh from the OpenSim ASC format
New ASCII: NORM_ASCII nVert nFaces bounding box vx vy vz nx ny nz (vertex
coordinates) ...
|
OpenSimBinReader |
Reads a polygonal mesh from the OpenSim binary ASC format Big-endian
0x00 00 00 85, # vertices, # faces, # indices for faces, # max nodes/face
coordinates...
|
PlyReader |
Reads a PolygonalMesh from an ascii or binary PLY format
|
PlyReaderWriterTest | |
PlyWriter |
Writes to ascii PLY format
|
PolylineObjCorrector | |
StlReader |
Reads from ascii STL format
|
StlWriter |
Writes to ascii STL format
|
VtkAsciiReader |
Reads from ascii VTK format
http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf
|
VtkXmlReader |
Reads a polygonal mesh from the VTK vtp format
see http://www.cacr.caltech.edu/~slombey/asci/vtk/vtk_formats.simple.html
|
WavefrontReader |
Interprets a subset of the Alias-Wavefront OBJ file format.
|
WavefrontReader.Curve |
A simple container class to hold all the info for a Wavefront curve
specification.
|
WavefrontReader.Surface |
A simple container class to hold all the info for a Wavefront curve
specification.
|
WavefrontReaderTest |
Tests the WavefrontReader class
|
WavefrontWriter |
Writes meshes to an Alias Wavefront .obj file format
|
XyzbReader | |
XyzbWriter |
Writes a PointMesh to a binary .xyzb file.
|
XyzReader | |
XyzWriter |
Writes a PointMesh to an ascii .xyz file.
|