#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 |
const ON_MeshFace * | MeshFace () const |
const ON_MeshTopology * | MeshTopology () const |
const ON_MeshTopologyFace * | MeshTopologyFace () const |
ON::object_type | ObjectType () const |
ON_MeshFaceRef () | |
ON_MeshFaceRef & | operator= (const ON_MeshFaceRef &) |
unsigned int | SizeOf () const |
ON_BOOL32 | Transform (const ON_Xform &xform) |
~ON_MeshFaceRef () | |
Public Attributes | |
const ON_Mesh * | m_mesh |
int | m_mesh_fi |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_MeshFaceRef) |
Definition at line 2535 of file opennurbs_mesh.h.
Definition at line 8321 of file opennurbs_mesh.cpp.
Definition at line 8327 of file opennurbs_mesh.cpp.
ON_COMPONENT_INDEX ON_MeshFaceRef::ComponentIndex | ( | ) | const [virtual] |
Reimplemented from ON_Geometry.
Definition at line 8704 of file opennurbs_mesh.cpp.
int ON_MeshFaceRef::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
Definition at line 8386 of file opennurbs_mesh.cpp.
void ON_MeshFaceRef::Dump | ( | ON_TextLog & | text_log | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8368 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshFaceRef::GetBBox | ( | double * | boxmin, |
double * | boxmax, | ||
int | bGrowBox = false |
||
) | const [virtual] |
Implements ON_Geometry.
Definition at line 8391 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshFaceRef::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
Definition at line 8345 of file opennurbs_mesh.cpp.
const ON_MeshFace * ON_MeshFaceRef::MeshFace | ( | ) | const |
Definition at line 8433 of file opennurbs_mesh.cpp.
const ON_MeshTopology * ON_MeshFaceRef::MeshTopology | ( | ) | const |
Definition at line 8426 of file opennurbs_mesh.cpp.
const ON_MeshTopologyFace * ON_MeshFaceRef::MeshTopologyFace | ( | ) | const |
Definition at line 8444 of file opennurbs_mesh.cpp.
ON::object_type ON_MeshFaceRef::ObjectType | ( | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8380 of file opennurbs_mesh.cpp.
ON_MeshFaceRef::ON_OBJECT_DECLARE | ( | ON_MeshFaceRef | ) | [private] |
ON_MeshFaceRef & ON_MeshFaceRef::operator= | ( | const ON_MeshFaceRef & | src | ) |
Definition at line 8333 of file opennurbs_mesh.cpp.
unsigned int ON_MeshFaceRef::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8373 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshFaceRef::Transform | ( | const ON_Xform & | xform | ) | [virtual] |
Reimplemented from ON_Geometry.
Definition at line 8419 of file opennurbs_mesh.cpp.
const ON_Mesh* ON_MeshFaceRef::m_mesh |
Definition at line 2544 of file opennurbs_mesh.h.
Definition at line 2547 of file opennurbs_mesh.h.