AnimaL |
Tutorial |
Documentation |
#include <DeformableOctreeShapeNode.h>
Inheritance diagram for X3DTK::X3D::DeformableOctreeShapeNode:
Definition at line 26 of file DeformableOctreeShapeNode.h.
Public Member Functions | |
DeformableOctreeShapeNode () | |
Constructor. | |
~DeformableOctreeShapeNode () | |
Virtual destructor. | |
void | setIFS (IndexedFaceSet *ifs) |
Coordinate * | getCoordinate () const |
virtual void | postInit () |
virtual void | draw () const |
MFVec3f | computeNormals () const |
void | setOctree (animal::octree::Octree *octree) |
void | setRenderingMethod (int method) |
int | getRenderingMethod () const |
Protected Attributes | |
Coordinate * | _coordinate |
IndexedFaceSet * | _ifs |
Appearance * | _appearance |
animal::octree::Octree * | _octree |
int | _renderingMethod |
|
Constructor.
Definition at line 21 of file DeformableOctreeShapeNode.cpp. References X3DTK::X3D::DOSN_METHOD_VA. |
|
Virtual destructor.
Definition at line 31 of file DeformableOctreeShapeNode.cpp. |
|
Definition at line 111 of file DeformableOctreeShapeNode.cpp. References _coordinate, and Require. Referenced by X3DTK::X3D::DeformableOctreeParticleSystemNode::createOctree(), X3DTK::X3D::DeformableOctreeNode::createOctree(), and draw(). |
|
Definition at line 183 of file DeformableOctreeShapeNode.cpp. References _appearance, _coordinate, _renderingMethod, computeNormals(), X3DTK::X3D::DOSN_METHOD_BOURRIN, X3DTK::X3D::DOSN_METHOD_CG, and X3DTK::X3D::DOSN_METHOD_VA. Referenced by X3DTK::X3D::DeformableOctreeNode::draw(). |
|
|
Definition at line 97 of file DeformableOctreeShapeNode.cpp. References _renderingMethod. |
|
Reimplemented from X3DTK::X3D::X4DNode. Definition at line 42 of file DeformableOctreeShapeNode.cpp. References _appearance, Require, and setIFS(). |
|
Definition at line 75 of file DeformableOctreeShapeNode.cpp. References _coordinate. Referenced by postInit(). |
|
Definition at line 103 of file DeformableOctreeShapeNode.cpp. References Require. Referenced by X3DTK::X3D::DeformableOctreeParticleSystemNode::setDeformableOctreeShapeNode(), and X3DTK::X3D::DeformableOctreeNode::setDeformableOctreeShapeNode(). |
|
Definition at line 93 of file DeformableOctreeShapeNode.cpp. References _renderingMethod. Referenced by X3DTK::Qt::DeformableOctreeShapeQt::comboBoxMethod_activated(), and X3DTK::Qt::DeformableOctreeShapeQt::initButtons(). |
|
Definition at line 58 of file DeformableOctreeShapeNode.h. Referenced by draw(), and postInit(). |
|
Definition at line 56 of file DeformableOctreeShapeNode.h. Referenced by computeNormals(), draw(), getCoordinate(), and setIFS(). |
|
Definition at line 57 of file DeformableOctreeShapeNode.h. |
|
Definition at line 60 of file DeformableOctreeShapeNode.h. |
|
Definition at line 75 of file DeformableOctreeShapeNode.h. Referenced by draw(), getRenderingMethod(), and setRenderingMethod(). |