STLLoader Class Reference
Class used to load STL mesh files. More...
#include <gz/common/STLLoader.hh>
Public Member Functions | |
| STLLoader () | |
| Constructor. More... | |
| virtual | ~STLLoader () |
| Destructor. More... | |
| virtual Mesh * | Load (const std::string &_filename) |
| Creates a new mesh and loads the data from a file. More... | |
Public Member Functions inherited from MeshLoader | |
| MeshLoader ()=default | |
| Constructor. More... | |
| virtual | ~MeshLoader ()=default |
| Destructor. More... | |
Detailed Description
Class used to load STL mesh files.
Constructor & Destructor Documentation
◆ STLLoader()
| STLLoader | ( | ) |
Constructor.
◆ ~STLLoader()
|
virtual |
Destructor.
Member Function Documentation
◆ Load()
|
virtual |
Creates a new mesh and loads the data from a file.
- Parameters
-
[in] _filename the mesh file
Implements MeshLoader.
The documentation for this class was generated from the following file:
Public Member Functions inherited from