#include <basic/geometry/IGS/IGS_MeshBase.h>
Public Member Functions | |
void | AddEdgeIndex (const int index) |
void | AddNormalIndex (const int index) |
void | AddVertexIndex (const int index) |
void | Clear () |
void | ClearNormals () |
int | GetNormalNum (const int i) const |
int | GetVertexNum (const int i) const |
void | MarkFrontFacing (const IGS_Mesh *parent) const |
void | MarkBackFacing (const IGS_Mesh *parent) const |
int | Size () const |
Protected Attributes | |
std::vector< int > | vertexNums |
std::vector< int > | normalNums |
std::vector< int > | edgeNums |
Definition at line 11 of file IGS_MeshBase.h.
|
Definition at line 451 of file IGS_Mesh.cpp. References edgeNums. |
|
Definition at line 473 of file IGS_Mesh.cpp. References normalNums. Referenced by IGS_Mesh::Prepare(). |
|
Definition at line 483 of file IGS_Mesh.cpp. References vertexNums. Referenced by VrmlIndexedFaceSet::RenderToIGS(). |
|
Definition at line 493 of file IGS_Mesh.cpp. References vertexNums. Referenced by VrmlIndexedFaceSet::RenderToIGS(). |
|
Definition at line 503 of file IGS_Mesh.cpp. References normalNums. Referenced by IGS_Mesh::Prepare(). |
|
Definition at line 514 of file IGS_Mesh.cpp. References normalNums. |
|
Definition at line 524 of file IGS_Mesh.cpp. References vertexNums. Referenced by IGS_MeshTri::AddFacet(), and IGS_Mesh::ComputeNormalForFacet(). |
|
Definition at line 553 of file IGS_Mesh.cpp. References edgeNums, IGS_Mesh::edges, and vertexNums. |
|
Definition at line 535 of file IGS_Mesh.cpp. References edgeNums, IGS_Mesh::edges, and vertexNums. |
|
Definition at line 571 of file IGS_Mesh.cpp. References vertexNums. Referenced by IGS_MeshTri::AddFacet(), and IGS_Mesh::Prepare(). |
|
Definition at line 28 of file IGS_MeshBase.h. Referenced by AddEdgeIndex(), MarkBackFacing(), and MarkFrontFacing(). |
|
Definition at line 27 of file IGS_MeshBase.h. Referenced by AddNormalIndex(), ClearNormals(), and GetNormalNum(). |
|
Definition at line 26 of file IGS_MeshBase.h. Referenced by AddVertexIndex(), Clear(), GetVertexNum(), MarkBackFacing(), MarkFrontFacing(), and Size(). |