#include <opennurbs_mesh.h>
Public Member Functions | |
ON_COMPONENT_INDEX | ComponentIndex () const |
int | Dimension () const |
void | Dump (ON_TextLog &) const |
ON_BOOL32 | GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
ON_Line | Line () const |
const ON_MeshTopology * | MeshTopology () const |
const ON_MeshTopologyEdge * | MeshTopologyEdge () const |
ON::object_type | ObjectType () const |
ON_MeshEdgeRef () | |
ON_MeshEdgeRef & | operator= (const ON_MeshEdgeRef &) |
unsigned int | SizeOf () const |
ON_BOOL32 | Transform (const ON_Xform &xform) |
~ON_MeshEdgeRef () | |
Public Attributes | |
const ON_Mesh * | m_mesh |
int | m_top_ei |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_MeshEdgeRef) |
Definition at line 2470 of file opennurbs_mesh.h.
Definition at line 8177 of file opennurbs_mesh.cpp.
Definition at line 8183 of file opennurbs_mesh.cpp.
ON_COMPONENT_INDEX ON_MeshEdgeRef::ComponentIndex | ( | ) | const [virtual] |
Reimplemented from ON_Geometry.
Definition at line 8683 of file opennurbs_mesh.cpp.
int ON_MeshEdgeRef::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
Definition at line 8253 of file opennurbs_mesh.cpp.
void ON_MeshEdgeRef::Dump | ( | ON_TextLog & | text_log | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8224 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshEdgeRef::GetBBox | ( | double * | boxmin, |
double * | boxmax, | ||
int | bGrowBox = false |
||
) | const [virtual] |
Implements ON_Geometry.
Definition at line 8258 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshEdgeRef::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
Definition at line 8201 of file opennurbs_mesh.cpp.
ON_Line ON_MeshEdgeRef::Line | ( | ) | const |
Definition at line 8285 of file opennurbs_mesh.cpp.
const ON_MeshTopology * ON_MeshEdgeRef::MeshTopology | ( | ) | const |
Definition at line 8280 of file opennurbs_mesh.cpp.
const ON_MeshTopologyEdge * ON_MeshEdgeRef::MeshTopologyEdge | ( | ) | const |
Definition at line 8306 of file opennurbs_mesh.cpp.
ON::object_type ON_MeshEdgeRef::ObjectType | ( | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8247 of file opennurbs_mesh.cpp.
ON_MeshEdgeRef::ON_OBJECT_DECLARE | ( | ON_MeshEdgeRef | ) | [private] |
ON_MeshEdgeRef & ON_MeshEdgeRef::operator= | ( | const ON_MeshEdgeRef & | src | ) |
Definition at line 8189 of file opennurbs_mesh.cpp.
unsigned int ON_MeshEdgeRef::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8240 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshEdgeRef::Transform | ( | const ON_Xform & | xform | ) | [virtual] |
Reimplemented from ON_Geometry.
Definition at line 8273 of file opennurbs_mesh.cpp.
const ON_Mesh* ON_MeshEdgeRef::m_mesh |
Definition at line 2479 of file opennurbs_mesh.h.
Definition at line 2482 of file opennurbs_mesh.h.