#include <SoFCMeshObject.h>
Public Member Functions | |
virtual void | copyFrom (const SoField &field) |
virtual SoType | getTypeId (void) const |
const Mesh::MeshObject * | getValue (void) const |
virtual SbBool | isSame (const SoField &field) const |
int | operator!= (const SoSFMeshObject &field) const |
const Mesh::MeshObject * | operator= (const Mesh::MeshObject *newvalue) |
const SoSFMeshObject & | operator= (const SoSFMeshObject &field) |
int | operator== (const SoSFMeshObject &field) const |
void | setValue (const Mesh::MeshObject *newvalue) |
SoSFMeshObject (void) | |
virtual | ~SoSFMeshObject () |
Static Public Member Functions | |
static void * | createInstance (void) |
static SoType | getClassTypeId (void) |
static void | initClass (void) |
Protected Attributes | |
const Mesh::MeshObject * | value |
Definition at line 45 of file SoFCMeshObject.h.
SoSFMeshObject::SoSFMeshObject | ( | void | ) |
Definition at line 169 of file SoFCMeshObject.cpp.
SoSFMeshObject::~SoSFMeshObject | ( | ) | [virtual] |
Definition at line 169 of file SoFCMeshObject.cpp.
void SoSFMeshObject::copyFrom | ( | const SoField & | field | ) | [virtual] |
Definition at line 169 of file SoFCMeshObject.cpp.
void * SoSFMeshObject::createInstance | ( | void | ) | [static] |
Definition at line 169 of file SoFCMeshObject.cpp.
SoType SoSFMeshObject::getClassTypeId | ( | void | ) | [static] |
Definition at line 169 of file SoFCMeshObject.cpp.
SoType SoSFMeshObject::getTypeId | ( | void | ) | const [virtual] |
Definition at line 169 of file SoFCMeshObject.cpp.
const Mesh::MeshObject* MeshGui::SoSFMeshObject::getValue | ( | void | ) | const [inline] |
Definition at line 48 of file SoFCMeshObject.h.
Referenced by MeshGui::SoFCMeshObjectNode::doAction(), MeshGui::SoFCMeshPickNode::notify(), and MeshGui::SoFCMeshPickNode::pick().
void SoSFMeshObject::initClass | ( | void | ) | [static] |
Definition at line 172 of file SoFCMeshObject.cpp.
References SO_SFIELD_INIT_CLASS.
Referenced by initMeshGui().
SbBool SoSFMeshObject::isSame | ( | const SoField & | field | ) | const [virtual] |
Definition at line 169 of file SoFCMeshObject.cpp.
int MeshGui::SoSFMeshObject::operator!= | ( | const SoSFMeshObject & | field | ) | const [inline] |
Definition at line 48 of file SoFCMeshObject.h.
const Mesh::MeshObject* MeshGui::SoSFMeshObject::operator= | ( | const Mesh::MeshObject * | newvalue | ) | [inline] |
Definition at line 48 of file SoFCMeshObject.h.
const SoSFMeshObject & SoSFMeshObject::operator= | ( | const SoSFMeshObject & | field | ) |
Definition at line 169 of file SoFCMeshObject.cpp.
SbBool SoSFMeshObject::operator== | ( | const SoSFMeshObject & | field | ) | const |
Definition at line 169 of file SoFCMeshObject.cpp.
void SoSFMeshObject::setValue | ( | const Mesh::MeshObject * | newvalue | ) |
Definition at line 169 of file SoFCMeshObject.cpp.
Referenced by MeshGui::ViewProviderFace::attach(), MeshGui::ViewProviderMeshFaceSet::updateData(), and MeshGui::ViewProviderMeshObject::updateData().
const Mesh::MeshObject* MeshGui::SoSFMeshObject::value [protected] |
Definition at line 48 of file SoFCMeshObject.h.