List of all members |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions
MeshGui::SoFCMeshOpenEdge Class Reference
#include <SoFCMeshNode.h>
Public Member Functions | |
void | setMesh (const Mesh::MeshObject *mesh) |
Sets the mesh. More... | |
SoFCMeshOpenEdge () | |
Static Public Member Functions | |
static void | initClass () |
Protected Member Functions | |
virtual void | computeBBox (SoAction *action, SbBox3f &box, SbVec3f ¢er) |
Sets the bounding box of the mesh to box and its center to center. More... | |
virtual void | generatePrimitives (SoAction *action) |
virtual void | getPrimitiveCount (SoGetPrimitiveCountAction *action) |
Adds the number of the triangles to the SoGetPrimitiveCountAction. More... | |
virtual void | GLRender (SoGLRenderAction *action) |
Renders the open edges only. More... | |
Constructor & Destructor Documentation
◆ SoFCMeshOpenEdge()
SoFCMeshOpenEdge::SoFCMeshOpenEdge | ( | ) |
Member Function Documentation
◆ computeBBox()
|
protectedvirtual |
Sets the bounding box of the mesh to box and its center to center.
References Base::BoundBox3< _Precision >::MaxX, Base::BoundBox3< _Precision >::MaxY, Base::BoundBox3< _Precision >::MaxZ, Base::BoundBox3< _Precision >::MinX, Base::BoundBox3< _Precision >::MinY, and Base::BoundBox3< _Precision >::MinZ.
◆ generatePrimitives()
|
protectedvirtual |
◆ getPrimitiveCount()
|
protectedvirtual |
Adds the number of the triangles to the SoGetPrimitiveCountAction.
◆ GLRender()
|
protectedvirtual |
Renders the open edges only.
◆ initClass()
|
static |
◆ setMesh()
void SoFCMeshOpenEdge::setMesh | ( | const Mesh::MeshObject * | mesh | ) |
Sets the mesh.
The documentation for this class was generated from the following files:
- src/Mod/Mesh/Gui/SoFCMeshNode.h
- src/Mod/Mesh/Gui/SoFCMeshNode.cpp