#include <SoFCMeshFaceSet.h>
Public Member Functions | |
virtual void | init (SoState *state) |
virtual void | print (FILE *file) const |
Static Public Member Functions | |
static const MeshCore::MeshFacetArray * | get (SoState *const state) |
static const SoFCMeshFacetElement * | getInstance (SoState *state) |
static void | initClass (void) |
static void | set (SoState *const state, SoNode *const node, const MeshCore::MeshFacetArray *const coords) |
Protected Member Functions | |
virtual | ~SoFCMeshFacetElement () |
Protected Attributes | |
const MeshCore::MeshFacetArray * | coordIndex |
Definition at line 64 of file SoFCMeshFaceSet.h.
SoFCMeshFacetElement::~SoFCMeshFacetElement | ( | ) | [protected, virtual] |
Definition at line 279 of file SoFCMeshFaceSet.cpp.
const MeshCore::MeshFacetArray * SoFCMeshFacetElement::get | ( | SoState *const | state | ) | [static] |
Definition at line 293 of file SoFCMeshFaceSet.cpp.
References coordIndex, and getInstance().
Referenced by MeshGui::SoFCMeshOpenEdgeSet::generatePrimitives(), MeshGui::SoFCMeshFaceSet::generatePrimitives(), MeshGui::SoFCMeshOpenEdgeSet::getPrimitiveCount(), MeshGui::SoFCMeshFaceSet::getPrimitiveCount(), MeshGui::SoFCMeshOpenEdgeSet::GLRender(), and MeshGui::SoFCMeshFaceSet::GLRender().
const SoFCMeshFacetElement * SoFCMeshFacetElement::getInstance | ( | SoState * | state | ) | [static] |
Definition at line 298 of file SoFCMeshFaceSet.cpp.
Referenced by get().
void SoFCMeshFacetElement::init | ( | SoState * | state | ) | [virtual] |
Definition at line 273 of file SoFCMeshFaceSet.cpp.
References coordIndex.
void SoFCMeshFacetElement::initClass | ( | void | ) | [static] |
Definition at line 268 of file SoFCMeshFaceSet.cpp.
void SoFCMeshFacetElement::print | ( | FILE * | file | ) | const [virtual] |
Definition at line 303 of file SoFCMeshFaceSet.cpp.
void SoFCMeshFacetElement::set | ( | SoState *const | state, | |
SoNode *const | node, | |||
const MeshCore::MeshFacetArray *const | coords | |||
) | [static] |
Definition at line 283 of file SoFCMeshFaceSet.cpp.
References coordIndex.
const MeshCore::MeshFacetArray* MeshGui::SoFCMeshFacetElement::coordIndex [protected] |
Definition at line 80 of file SoFCMeshFaceSet.h.