#include <SoBrepShape.h>
Public Member Functions | |
SoBrepPointSet () | |
Static Public Member Functions | |
static void | initClass () |
Public Attributes | |
SoSFInt32 | highlightIndex |
SoMFInt32 | selectionIndex |
Protected Member Functions | |
virtual void | doAction (SoAction *action) |
virtual void | GLRender (SoGLRenderAction *action) |
virtual void | GLRenderBelowPath (SoGLRenderAction *action) |
virtual | ~SoBrepPointSet () |
Definition at line 143 of file SoBrepShape.h.
SoBrepPointSet::SoBrepPointSet | ( | ) |
Definition at line 886 of file SoBrepShape.cpp.
References highlightIndex, and selectionIndex.
virtual PartGui::SoBrepPointSet::~SoBrepPointSet | ( | ) | [inline, protected, virtual] |
Definition at line 156 of file SoBrepShape.h.
void SoBrepPointSet::doAction | ( | SoAction * | action | ) | [protected, virtual] |
Definition at line 987 of file SoBrepShape.cpp.
References Gui::SoSelectionElementAction::All, Gui::SoSelectionElementAction::Append, Gui::SoSelectionElementAction::getColor(), Gui::SoHighlightElementAction::getColor(), Gui::SoSelectionElementAction::getElement(), Gui::SoHighlightElementAction::getElement(), Gui::SoSelectionElementAction::getType(), highlightIndex, Gui::SoHighlightElementAction::isHighlighted(), Gui::SoSelectionElementAction::None, Gui::SoSelectionElementAction::Remove, and selectionIndex.
void SoBrepPointSet::GLRender | ( | SoGLRenderAction * | action | ) | [protected, virtual] |
Definition at line 894 of file SoBrepShape.cpp.
References highlightIndex, and selectionIndex.
void SoBrepPointSet::GLRenderBelowPath | ( | SoGLRenderAction * | action | ) | [protected, virtual] |
Definition at line 911 of file SoBrepShape.cpp.
void SoBrepPointSet::initClass | ( | void | ) | [static] |
Definition at line 881 of file SoBrepShape.cpp.
Referenced by initPartGui().
SoSFInt32 PartGui::SoBrepPointSet::highlightIndex |
Definition at line 152 of file SoBrepShape.h.
Referenced by doAction(), GLRender(), and SoBrepPointSet().
SoMFInt32 PartGui::SoBrepPointSet::selectionIndex |
Definition at line 153 of file SoBrepShape.h.
Referenced by doAction(), GLRender(), and SoBrepPointSet().