#include <basic/geometry/IGS/IGS_Mesh.h>
Public Member Functions | |
| MeshEdge () | |
| bool | operator== (const MeshEdge &right) const |
| void | ClearSilhouetteInfo () const |
| bool | IsSilhouette () const |
| void | MarkFrontFacing () const |
| void | MarkBackFacing () const |
Public Attributes | |
| int | v0 |
| int | v1 |
Protected Attributes | |
| bool | mRenderedForward |
| bool | mRenderedReverse |
| int | mTimesRendered |
Definition at line 17 of file IGS_Mesh.h.
|
|
Definition at line 367 of file IGS_Mesh.cpp. |
|
|
Definition at line 397 of file IGS_Mesh.cpp. References mRenderedForward, mRenderedReverse, and mTimesRendered. |
|
|
Definition at line 409 of file IGS_Mesh.cpp. |
|
|
Definition at line 439 of file IGS_Mesh.cpp. References mRenderedReverse, and mTimesRendered. |
|
|
Definition at line 428 of file IGS_Mesh.cpp. References mRenderedForward, and mTimesRendered. |
|
|
Definition at line 379 of file IGS_Mesh.cpp. |
|
|
Definition at line 31 of file IGS_Mesh.h. Referenced by ClearSilhouetteInfo(), and MarkFrontFacing(). |
|
|
Definition at line 32 of file IGS_Mesh.h. Referenced by ClearSilhouetteInfo(), and MarkBackFacing(). |
|
|
Definition at line 33 of file IGS_Mesh.h. Referenced by ClearSilhouetteInfo(), MarkBackFacing(), and MarkFrontFacing(). |
|
|
Definition at line 20 of file IGS_Mesh.h. Referenced by IGS_Mesh::AddEdge(), and operator==(). |
|
|
Definition at line 21 of file IGS_Mesh.h. Referenced by IGS_Mesh::AddEdge(), and operator==(). |
1.4.6-NO