#include <SoFCMeshVertex.h>
Public Member Functions | |
virtual void | init (SoState *state) |
virtual void | print (FILE *file) const |
Static Public Member Functions | |
static const MeshCore::MeshPointArray * | get (SoState *const state) |
static const SoFCMeshVertexElement * | getInstance (SoState *state) |
static void | initClass (void) |
static void | set (SoState *const state, SoNode *const node, const MeshCore::MeshPointArray *const coords) |
Protected Member Functions | |
virtual | ~SoFCMeshVertexElement () |
Protected Attributes | |
const MeshCore::MeshPointArray * | coords3D |
Definition at line 53 of file SoFCMeshVertex.h.
SoFCMeshVertexElement::~SoFCMeshVertexElement | ( | ) | [protected, virtual] |
Definition at line 240 of file SoFCMeshVertex.cpp.
const MeshCore::MeshPointArray * SoFCMeshVertexElement::get | ( | SoState *const | state | ) | [static] |
Definition at line 254 of file SoFCMeshVertex.cpp.
References coords3D, and getInstance().
Referenced by MeshGui::SoFCMeshOpenEdgeSet::computeBBox(), MeshGui::SoFCMeshFaceSet::computeBBox(), MeshGui::SoFCMeshOpenEdgeSet::generatePrimitives(), MeshGui::SoFCMeshFaceSet::generatePrimitives(), MeshGui::SoFCMeshOpenEdgeSet::GLRender(), and MeshGui::SoFCMeshFaceSet::GLRender().
const SoFCMeshVertexElement * SoFCMeshVertexElement::getInstance | ( | SoState * | state | ) | [static] |
Definition at line 259 of file SoFCMeshVertex.cpp.
Referenced by get().
void SoFCMeshVertexElement::init | ( | SoState * | state | ) | [virtual] |
Definition at line 234 of file SoFCMeshVertex.cpp.
References coords3D.
void SoFCMeshVertexElement::initClass | ( | void | ) | [static] |
Definition at line 229 of file SoFCMeshVertex.cpp.
void SoFCMeshVertexElement::print | ( | FILE * | file | ) | const [virtual] |
Definition at line 264 of file SoFCMeshVertex.cpp.
void SoFCMeshVertexElement::set | ( | SoState *const | state, | |
SoNode *const | node, | |||
const MeshCore::MeshPointArray *const | coords | |||
) | [static] |
Definition at line 244 of file SoFCMeshVertex.cpp.
References coords3D.
const MeshCore::MeshPointArray* MeshGui::SoFCMeshVertexElement::coords3D [protected] |
Definition at line 69 of file SoFCMeshVertex.h.