#include <SoFCMeshFaceSet.h>
Public Member Functions | |
virtual void | copyFrom (const SoField &field) |
virtual SoType | getTypeId (void) const |
MeshCore::MeshFacetArray * | getValue (void) const |
virtual SbBool | isSame (const SoField &field) const |
int | operator!= (const SoSFMeshFacetArray &field) const |
MeshCore::MeshFacetArray * | operator= (MeshCore::MeshFacetArray *newvalue) |
const SoSFMeshFacetArray & | operator= (const SoSFMeshFacetArray &field) |
int | operator== (const SoSFMeshFacetArray &field) const |
void | setValue (const MeshCore::MeshFacetArray &p) |
void | setValue (MeshCore::MeshFacetArray *newvalue) |
SoSFMeshFacetArray (void) | |
virtual | ~SoSFMeshFacetArray () |
Static Public Member Functions | |
static void * | createInstance (void) |
static SoType | getClassTypeId (void) |
static void | initClass (void) |
Protected Member Functions | |
int | getNumValuesPerLine () const |
SbBool | read1Value (SoInput *in, unsigned long idx) |
SbBool | readBinaryValues (SoInput *in, unsigned long numarg) |
void | write1Value (SoOutput *out, unsigned long idx) const |
void | writeBinaryValues (SoOutput *out) const |
Protected Attributes | |
MeshCore::MeshFacetArray * | value |
Definition at line 45 of file SoFCMeshFaceSet.h.
SoSFMeshFacetArray::SoSFMeshFacetArray | ( | void | ) |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
SoSFMeshFacetArray::~SoSFMeshFacetArray | ( | ) | [virtual] |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
void SoSFMeshFacetArray::copyFrom | ( | const SoField & | field | ) | [virtual] |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
void * SoSFMeshFacetArray::createInstance | ( | void | ) | [static] |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
SoType SoSFMeshFacetArray::getClassTypeId | ( | void | ) | [static] |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
int SoSFMeshFacetArray::getNumValuesPerLine | ( | ) | const [protected] |
Definition at line 207 of file SoFCMeshFaceSet.cpp.
SoType SoSFMeshFacetArray::getTypeId | ( | void | ) | const [virtual] |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
MeshCore::MeshFacetArray* MeshGui::SoSFMeshFacetArray::getValue | ( | void | ) | const [inline] |
Definition at line 48 of file SoFCMeshFaceSet.h.
Referenced by MeshGui::SoFCMeshFacet::doAction().
void SoSFMeshFacetArray::initClass | ( | void | ) | [static] |
Definition at line 78 of file SoFCMeshFaceSet.cpp.
References SO_SFIELD_INIT_CLASS.
SbBool SoSFMeshFacetArray::isSame | ( | const SoField & | field | ) | const [virtual] |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
int MeshGui::SoSFMeshFacetArray::operator!= | ( | const SoSFMeshFacetArray & | field | ) | const [inline] |
Definition at line 48 of file SoFCMeshFaceSet.h.
MeshCore::MeshFacetArray* MeshGui::SoSFMeshFacetArray::operator= | ( | MeshCore::MeshFacetArray * | newvalue | ) | [inline] |
Definition at line 48 of file SoFCMeshFaceSet.h.
const SoSFMeshFacetArray & SoSFMeshFacetArray::operator= | ( | const SoSFMeshFacetArray & | field | ) |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
SbBool SoSFMeshFacetArray::operator== | ( | const SoSFMeshFacetArray & | field | ) | const |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
SbBool SoSFMeshFacetArray::read1Value | ( | SoInput * | in, | |
unsigned long | idx | |||
) | [protected] |
Definition at line 192 of file SoFCMeshFaceSet.cpp.
References MeshCore::MeshFacet::_aulPoints.
Referenced by readBinaryValues().
SbBool SoSFMeshFacetArray::readBinaryValues | ( | SoInput * | in, | |
unsigned long | numarg | |||
) | [protected] |
Definition at line 183 of file SoFCMeshFaceSet.cpp.
References read1Value().
void SoSFMeshFacetArray::setValue | ( | const MeshCore::MeshFacetArray & | p | ) |
Definition at line 85 of file SoFCMeshFaceSet.cpp.
References setValue().
void SoSFMeshFacetArray::setValue | ( | MeshCore::MeshFacetArray * | newvalue | ) |
Definition at line 75 of file SoFCMeshFaceSet.cpp.
Referenced by setValue().
void SoSFMeshFacetArray::write1Value | ( | SoOutput * | out, | |
unsigned long | idx | |||
) | const [protected] |
Definition at line 254 of file SoFCMeshFaceSet.cpp.
References MeshCore::MeshFacet::_aulPoints.
Referenced by writeBinaryValues().
void SoSFMeshFacetArray::writeBinaryValues | ( | SoOutput * | out | ) | const [protected] |
Definition at line 245 of file SoFCMeshFaceSet.cpp.
References Py::int, value, and write1Value().
Definition at line 48 of file SoFCMeshFaceSet.h.
Referenced by writeBinaryValues().