|
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) |
OpenMesh Toolkit for mesh analysis
Copyright (c) 2010 by Rostislav Hulik
Author: Rostislav Hulik, ihulik@fit.vutbr.cz
Date: 2010/10/20
Description:
1.8.3.1