#include <SoFCMeshVertex.h>
Public Member Functions | |
virtual void | callback (SoCallbackAction *action) |
virtual void | doAction (SoAction *action) |
virtual void | getBoundingBox (SoGetBoundingBoxAction *action) |
virtual void | getPrimitiveCount (SoGetPrimitiveCountAction *action) |
virtual void | GLRender (SoGLRenderAction *action) |
virtual void | pick (SoPickAction *action) |
SoFCMeshVertex (void) | |
Static Public Member Functions | |
static void | initClass (void) |
Public Attributes | |
SoSFMeshPointArray | point |
Protected Member Functions | |
virtual | ~SoFCMeshVertex () |
Definition at line 74 of file SoFCMeshVertex.h.
SoFCMeshVertex::SoFCMeshVertex | ( | void | ) |
SoFCMeshVertex::~SoFCMeshVertex | ( | ) | [protected, virtual] |
Destructor.
Definition at line 285 of file SoFCMeshVertex.cpp.
void SoFCMeshVertex::callback | ( | SoCallbackAction * | action | ) | [virtual] |
Definition at line 316 of file SoFCMeshVertex.cpp.
References doAction().
void SoFCMeshVertex::doAction | ( | SoAction * | action | ) | [virtual] |
Definition at line 302 of file SoFCMeshVertex.cpp.
References MeshGui::SoSFMeshPointArray::getValue(), point, and boost::numeric::bindings::atlas::set().
Referenced by callback(), getBoundingBox(), getPrimitiveCount(), GLRender(), and pick().
void SoFCMeshVertex::getBoundingBox | ( | SoGetBoundingBoxAction * | action | ) | [virtual] |
Definition at line 328 of file SoFCMeshVertex.cpp.
References doAction().
void SoFCMeshVertex::getPrimitiveCount | ( | SoGetPrimitiveCountAction * | action | ) | [virtual] |
Definition at line 334 of file SoFCMeshVertex.cpp.
References doAction().
void SoFCMeshVertex::GLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
Definition at line 310 of file SoFCMeshVertex.cpp.
References doAction().
void SoFCMeshVertex::initClass | ( | void | ) | [static] |
Definition at line 290 of file SoFCMeshVertex.cpp.
void SoFCMeshVertex::pick | ( | SoPickAction * | action | ) | [virtual] |
Definition at line 322 of file SoFCMeshVertex.cpp.
References doAction().
Definition at line 83 of file SoFCMeshVertex.h.
Referenced by doAction(), and SoFCMeshVertex().