#include <stlfile.hpp>
List of all members.
Classes |
class | Triangle |
class | VTriangle |
Public Member Functions |
| STLFile (const std::string &filename) |
| ~STLFile () |
size_t | size (void) |
bool | inside (const Vec3D &x, double eps=1.0e-6) const |
void | get_bbox (Vec3D &min, Vec3D &max) const |
| Return bounding box of entity.
|
void | debug_print (std::ostream &os) const |
| Print debugging information to os.
|
Friends |
std::ostream & | operator<< (std::ostream &os, const VTriangle &vtri) |
| Outputting to stream.
|
Constructor & Destructor Documentation
Member Function Documentation
Print debugging information to os.
Return bounding box of entity.
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const VTriangle & |
vtri |
|
) |
| [friend] |
The documentation for this class was generated from the following file: