iMSTK
Interactive Medical Simulation Toolkit
|
Mesh data IO. More...
#include <imstkMeshIO.h>
Static Public Member Functions | |
static std::shared_ptr< PointSet > | read (const std::string &filePath) |
Read external file. | |
template<typename T > | |
static std::shared_ptr< T > | read (const std::string &filePath) |
static bool | write (const std::shared_ptr< imstk::PointSet > imstkMesh, const std::string &filePath) |
Write external file. | |
static bool | fileExists (const std::string &file, bool &isDirectory) |
Returns true if the file exists, else false. Also sets isDirectory to true if the path is a directory, else false. | |
static const MeshFileType | getFileType (const std::string &filePath) |
Returns the type of the file. | |
Mesh data IO.
Definition at line 47 of file imstkMeshIO.h.