MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <ReadSTL.hpp>
Public Member Functions | |
bool | operator< (const Point &) const |
Public Attributes | |
float | coords [3] |
Definition at line 92 of file ReadSTL.hpp.
bool moab::ReadSTL::Point::operator< | ( | const Point & | other | ) | const |
Definition at line 55 of file ReadSTL.cpp.
{ return 0 > memcmp( this, &other, sizeof( ReadSTL::Point ) ); }
float moab::ReadSTL::Point::coords[3] |
Definition at line 94 of file ReadSTL.hpp.
Referenced by moab::ReadSTL::ascii_read_triangles().