#include <stlfile.hpp>
|
| std::ostream & | operator<< (std::ostream &os, const VTriangle &vtri) |
| | Outputting to stream.
|
| |
| STLFile::STLFile |
( |
const std::string & |
filename | ) |
|
| void STLFile::debug_print |
( |
std::ostream & |
os | ) |
const |
Print debugging information to os.
| void STLFile::get_bbox |
( |
Vec3D & |
min, |
|
|
Vec3D & |
max |
|
) |
| const |
Return bounding box of entity.
| bool STLFile::inside |
( |
const Vec3D & |
x, |
|
|
double |
eps = 1.0e-6 |
|
) |
| const |
| size_t STLFile::size |
( |
void |
| ) |
|
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const VTriangle & |
vtri |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: