#include <SoFCMeshObject.h>
Public Member Functions | |
void | notify (SoNotList *) |
virtual void | pick (SoPickAction *action) |
virtual void | rayPick (SoRayPickAction *action) |
SoFCMeshPickNode (void) | |
Static Public Member Functions | |
static void | initClass (void) |
Public Attributes | |
SoSFMeshObject | mesh |
Protected Member Functions | |
virtual | ~SoFCMeshPickNode () |
Definition at line 77 of file SoFCMeshObject.h.
SoFCMeshPickNode::SoFCMeshPickNode | ( | void | ) |
SoFCMeshPickNode::~SoFCMeshPickNode | ( | ) | [protected, virtual] |
Destructor.
Definition at line 345 of file SoFCMeshObject.cpp.
void SoFCMeshPickNode::initClass | ( | void | ) | [static] |
Definition at line 351 of file SoFCMeshObject.cpp.
Referenced by initMeshGui().
void SoFCMeshPickNode::notify | ( | SoNotList * | list | ) |
Definition at line 356 of file SoFCMeshObject.cpp.
References Mesh::MeshObject::getKernel(), MeshGui::SoSFMeshObject::getValue(), and mesh.
void SoFCMeshPickNode::pick | ( | SoPickAction * | action | ) | [virtual] |
Definition at line 376 of file SoFCMeshObject.cpp.
References Mesh::MeshObject::getKernel(), MeshGui::SoSFMeshObject::getValue(), mesh, RobotExample::pos, Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
void SoFCMeshPickNode::rayPick | ( | SoRayPickAction * | action | ) | [virtual] |
Definition at line 371 of file SoFCMeshObject.cpp.
Definition at line 87 of file SoFCMeshObject.h.
Referenced by MeshGui::ViewProviderFace::attach(), notify(), pick(), and SoFCMeshPickNode().