#include <SoCSO3DVis.h>
Public Member Functions | |
| SoCSO3DVis () | |
| Standard constructor. | |
| virtual void | handleEvent (SoHandleEventAction *action) |
| called when an SoEvent is passed through the scene | |
Static Public Member Functions | |
| static void | initClass () |
| Initializes this class (inventor stuff). | |
Public Attributes | |
| SoSFMLBase | inCSOList |
| The input CSOList. | |
| SoSFMLBase | inStylePalette |
| Input of a style palette. | |
| SoSFBool | autoApply |
| Shall all changes of parameters take immediate effect? | |
| SoSFTrigger | apply |
| Applies changes. | |
| SoSFBool | enableSelection |
| Should the selection be enabled? | |
| SoSFBool | highlightSelectedGroups |
| Should the module highlight all CSOs that are in selected Groups? | |
| SoSFFloat | pathPointWidthOffset |
| This value is added to all line widths as an offset. | |
| SoSFFloat | seedPointSizeScaling |
| This value is multiplied to all marker sizes as a scaling. | |
| SoSFBool | useRenderTimeDelay |
| If checked, the scene is rendered only after the adjustable time. | |
| SoSFFloat | timerDelayMilliSeconds |
| The adjustable timer delay. | |
| SoSFBool | listenToRepaintNotifications |
| Shall the module listen to every repaint notification? | |
| SoSFBool | listenToFinishingNotifications |
| Shall the module listen to finishing notifications? | |
| SoSFBool | listenToSelectionChangedNotifications |
| Shall the module listen to selection changed notifications? | |
| SoSFBool | useStylePalette |
| Should a style palette be used for adjusting display options if one is attached? | |
| SoSFEnum | stylePaletteUseIndexAs |
| Defines the use of style palette indices (CSO / Group). | |
Protected Member Functions | |
| virtual | ~SoCSO3DVis () |
| Standard destructor. | |
Definition at line 22 of file SoCSO3DVis.h.
| SoCSO3DVis::SoCSO3DVis | ( | ) |
Standard constructor.
| virtual SoCSO3DVis::~SoCSO3DVis | ( | ) | [protected, virtual] |
Standard destructor.
| virtual void SoCSO3DVis::handleEvent | ( | SoHandleEventAction * | action | ) | [virtual] |
called when an SoEvent is passed through the scene
| static void SoCSO3DVis::initClass | ( | ) | [static] |
Initializes this class (inventor stuff).
| SoSFTrigger SoCSO3DVis::apply |
| SoSFBool SoCSO3DVis::autoApply |
| SoSFBool SoCSO3DVis::enableSelection |
| SoSFBool SoCSO3DVis::highlightSelectedGroups |
Should the module highlight all CSOs that are in selected Groups?
Definition at line 48 of file SoCSO3DVis.h.
Shall the module listen to selection changed notifications?
Definition at line 62 of file SoCSO3DVis.h.
| SoSFFloat SoCSO3DVis::pathPointWidthOffset |
| SoSFFloat SoCSO3DVis::seedPointSizeScaling |
This value is multiplied to all marker sizes as a scaling.
Definition at line 52 of file SoCSO3DVis.h.
| SoSFEnum SoCSO3DVis::stylePaletteUseIndexAs |
| SoSFFloat SoCSO3DVis::timerDelayMilliSeconds |
| SoSFBool SoCSO3DVis::useRenderTimeDelay |
If checked, the scene is rendered only after the adjustable time.
Definition at line 54 of file SoCSO3DVis.h.
| SoSFBool SoCSO3DVis::useStylePalette |
Should a style palette be used for adjusting display options if one is attached?
Definition at line 65 of file SoCSO3DVis.h.
1.5.8