#include <SoFCShapeObject.h>
Public Member Functions | |
SoFCControlPoints () | |
Static Public Member Functions | |
static void | initClass () |
Public Attributes | |
SoSFColor | lineColor |
SoSFUInt32 | numKnotsU |
SoSFUInt32 | numKnotsV |
SoSFUInt32 | numPolesU |
SoSFUInt32 | numPolesV |
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. | |
virtual void | generatePrimitives (SoAction *action) |
virtual void | GLRender (SoGLRenderAction *action) |
Renders the control points. | |
virtual | ~SoFCControlPoints () |
Definition at line 35 of file SoFCShapeObject.h.
SoFCControlPoints::SoFCControlPoints | ( | ) |
Definition at line 63 of file SoFCShapeObject.cpp.
References SketcherExample::f, lineColor, numKnotsU, numKnotsV, numPolesU, and numPolesV.
virtual PartGui::SoFCControlPoints::~SoFCControlPoints | ( | ) | [inline, protected, virtual] |
Definition at line 51 of file SoFCShapeObject.h.
void SoFCControlPoints::computeBBox | ( | SoAction * | action, | |
SbBox3f & | box, | |||
SbVec3f & | center | |||
) | [protected, virtual] |
Sets the bounding box of the mesh to box and its center to center.
Definition at line 158 of file SoFCShapeObject.cpp.
References SketcherExample::f.
void SoFCControlPoints::generatePrimitives | ( | SoAction * | action | ) | [protected, virtual] |
Definition at line 151 of file SoFCShapeObject.cpp.
void SoFCControlPoints::GLRender | ( | SoGLRenderAction * | action | ) | [protected, virtual] |
Renders the control points.
Definition at line 78 of file SoFCShapeObject.cpp.
void SoFCControlPoints::initClass | ( | void | ) | [static] |
Definition at line 58 of file SoFCShapeObject.cpp.
Referenced by initPartGui().
SoSFColor PartGui::SoFCControlPoints::lineColor |
Definition at line 48 of file SoFCShapeObject.h.
Referenced by SoFCControlPoints().
SoSFUInt32 PartGui::SoFCControlPoints::numKnotsU |
Definition at line 46 of file SoFCShapeObject.h.
Referenced by SoFCControlPoints().
SoSFUInt32 PartGui::SoFCControlPoints::numKnotsV |
Definition at line 47 of file SoFCShapeObject.h.
Referenced by SoFCControlPoints().
SoSFUInt32 PartGui::SoFCControlPoints::numPolesU |
Definition at line 44 of file SoFCShapeObject.h.
Referenced by PartGui::ViewProviderPartBase::showControlPointsOfEdge(), PartGui::ViewProviderPartBase::showControlPointsOfFace(), and SoFCControlPoints().
SoSFUInt32 PartGui::SoFCControlPoints::numPolesV |
Definition at line 45 of file SoFCShapeObject.h.
Referenced by PartGui::ViewProviderPartBase::showControlPointsOfEdge(), PartGui::ViewProviderPartBase::showControlPointsOfFace(), and SoFCControlPoints().