OMToolkit
1.0
The polygonal mesh processing tool.
|
Go to the source code of this file.
Namespaces | |
namespace | OMToolkit |
namespace | OMToolkit::IO |
Functions | |
template<class Mesh > | |
bool | OMToolkit::IO::writeMesh (Mesh &mesh, mds::mod::CChannel &channel, Options opt) |
template<class Mesh > | |
bool | OMToolkit::IO::writeMesh (Mesh &mesh, std::string filename, Options opt) |
template<class Mesh > | |
bool | OMToolkit::IO::writeMesh (Mesh &mesh, std::ostream &stream, std::string format, Options opt) |
template<class Mesh > | |
bool | OMToolkit::IO::readMesh (Mesh &mesh, mds::mod::CChannel &channel, Options &opt) |
template<class Mesh > | |
bool | OMToolkit::IO::readMesh (Mesh &mesh, std::string filename, Options &opt) |
template<class Mesh > | |
bool | OMToolkit::IO::readMesh (Mesh &mesh, std::istream &stream, std::string format, Options &opt) |
template<class Mesh , typename Scalar > | |
bool | OMToolkit::IO::exportVertices (Mesh &mesh, Scalar *output_array, bool normals) |