|
SPH
|
#include "io/Path.h"#include "objects/finders/Order.h"#include "objects/wrappers/AutoPtr.h"#include "objects/wrappers/Expected.h"#include "objects/wrappers/Outcome.h"#include "post/Mesh.h"Go to the source code of this file.
Classes | |
| class | IMeshFile |
| Interface for mesh exporters. More... | |
| class | PlyFile |
| Exports meshes into a Polygon File Format (.ply file). More... | |
| class | TabFile |
| Simple text format containing mesh vertices and triangle indices. More... | |
| class | ObjFile |
| Text format containing mesh vertices (prefixed by 'v') and triangle indices (prefixed by 'f') More... | |
Functions | |
| AutoPtr< IMeshFile > | getMeshFile (const Path &path) |
| Deduces mesh type from extension of given path. More... | |
Deduces mesh type from extension of given path.
Definition at line 212 of file MeshFile.cpp.