#include <SoFCMeshObject.h>
Public Member Functions | |
SoFCMeshObjectBoundary () | |
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... | |
SoFCMeshObjectBoundary::SoFCMeshObjectBoundary | ( | ) |
|
protectedvirtual |
Sets the bounding box of the mesh to box and its center to center.
References Base::BoundBox3< _Precision >::Add(), MeshGui::SoFCMeshObjectElement::get(), Base::BoundBox3< _Precision >::GetCenter(), 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.
|
protectedvirtual |
References MeshCore::FACET_INDEX_MAX, and MeshGui::SoFCMeshObjectElement::get().
|
protectedvirtual |
Adds the number of the triangles to the SoGetPrimitiveCountAction.
References MeshCore::FACET_INDEX_MAX, and MeshGui::SoFCMeshObjectElement::get().
|
protectedvirtual |
Renders the open edges only.
References MeshGui::SoFCMeshObjectElement::get().
|
static |