Developer Documentation
BSplineSurfaceSelectionPlugin Class Reference
Inheritance diagram for BSplineSurfaceSelectionPlugin:
SelectionInterface ScriptInterface LoggingInterface BackupInterface INIInterface KeyInterface BaseInterface

Public Slots

void loadSelection (int _objId, const QString &_filename) override
 
QString version () override
 

Signals

void updateView () override
 
void updatedObject (int, const UpdateType &) override
 
void nodeVisibilityChanged (int _identifier) override
 
void setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) override
 
void log (Logtype _type, QString _message) override
 
void log (QString _message) override
 
void createBackup (int _objectid, QString _name, UpdateType _type=UPDATE_ALL) override
 
void scriptInfo (QString _functionName)
 
void addSelectionEnvironment (QString _modeName, QString _description, QString _icon, QString &_handleName) override
 
void registerType (QString _handleName, DataType _type) override
 
void addPrimitiveType (QString _handleName, QString _name, QString _icon, SelectionInterface::PrimitiveType &_typeHandle) override
 
void addSelectionOperations (QString _handleName, QStringList _operationsList, QString _category, SelectionInterface::PrimitiveType _type=0u) override
 
void showToggleSelectionMode (QString _handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) override
 
void showVolumeLassoSelectionMode (QString _handleName, bool _show, SelectionInterface::PrimitiveType _associatedTypes) override
 
void getActiveDataTypes (SelectionInterface::TypeList &_types) override
 
void getActivePrimitiveType (SelectionInterface::PrimitiveType &_type) override
 
void targetObjectsOnly (bool &_targetsOnly) override
 
void registerKeyShortcut (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier) override
 
- Signals inherited from BaseInterface
virtual void updateView ()
 Update current view in Main Application. More...
 
virtual void setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions)
 Set a description for a public slot. More...
 
virtual void setRenderer (unsigned int _viewer, QString _rendererName)
 Set a renderer for the given viewer. More...
 
- Signals inherited from KeyInterface
virtual void registerKey (int _key, Qt::KeyboardModifiers _modifiers, QString _description, bool _multiUse=false)
 Register a key-combination for your plugin. More...
 
- Signals inherited from BackupInterface
virtual void createBackup (int _objectid, QString _name, UpdateType _type=UPDATE_ALL)
 Tell Backup Plugin to create a backup. More...
 
virtual void aboutToRestore (int _objectid)
 Backup Plugin tells other Plugins that a restore will happen. More...
 
virtual void generateBackup (int _id, QString _name, UpdateType _type)
 This signal is emitted by a BackupPlugin and tells a TypePlugin to generate a backup. More...
 
- Signals inherited from LoggingInterface
virtual void log (Logtype _type, QString _message)=0
 
virtual void log (QString _message)=0
 
- Signals inherited from ScriptInterface
virtual void scriptInfo (QString _functionWithParameters)
 Emit this signal if a scriptable function is executed. More...
 
virtual void getScriptingEngine (QScriptEngine *&_engine)
 
virtual void executeFileScript (QString _filename)
 
virtual void getAvailableFunctions (QStringList &_functions)
 
- Signals inherited from SelectionInterface
virtual void addSelectionEnvironment (QString _modeName, QString _description, QString _icon, QString &_handleName)
 Add a selection environment in order to provide selection functions for specific data type(s) More...
 
virtual void showToggleSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show toggle selection mode in a specified selection environment. More...
 
virtual void addSelectionOperations (QString _handleName, QStringList _operationsList, QString _category, PrimitiveType _type=0u)
 Add non-interactive selection operations for a specific primitive type. More...
 
virtual void selectionOperation (QString _operation)
 Emitted by selection base plugin when a non-interactive selection operation is requested. More...
 
virtual void registerKeyShortcut (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier)
 Register key shortcut. More...
 

Public Member Functions

 BSplineSurfaceSelectionPlugin ()
 Default constructor. More...
 
 ~BSplineSurfaceSelectionPlugin ()
 Default destructor. More...
 
QString name () override
 Return a name for the plugin. More...
 
QString description () override
 Return a description of what the plugin is doing. More...
 
Scriptable slots
void selectAllControlPoints (int _objectId)
 Select all control points of a curve. More...
 
void deselectAllControlPoints (int _objectId)
 Deselect all control points of a curve. More...
 
void invertControlPointSelection (int _objectId)
 Invert control point selection. More...
 
void selectControlPoints (int _objectId, const IdList &_ids, bool _deselect=false)
 Delete selected control points. More...
 
IdList getControlPointSelection (int _objectId)
 Get current control point selection. More...
 
void selectAllKnots (int _objectId)
 Select all knots of a curve. More...
 
void deselectAllKnots (int _objectId)
 Deselect all knots of a curve. More...
 
void invertKnotSelection (int _objectId)
 Invert knot selection. More...
 
void deleteSelectedKnotsU (int _objectId)
 Delete selected knots. More...
 
void deleteSelectedKnotsV (int _objectId)
 Select all control points of a curve. More...
 
void selectKnots (int _objectId, const IdList &_ids_u, const IdList &_ids_v, bool _deselect=false)
 Select specific knots of a curve. More...
 
IdList getKnotSelectionU (int _objectId)
 Get current knot selection. More...
 
IdList getKnotSelectionV (int _objectId)
 Select all control points of a curve. More...
 

Private Slots

void loadIniFile (INIFile &_ini, int _id) override
 
void saveIniFile (INIFile &_ini, int _id) override
 
void initializePlugin () override
 
void pluginsInitialized () override
 
void noguiSupported () override
 
- Private Slots inherited from BaseInterface
virtual void exit ()
 
virtual QString version ()
 Return a version string for your plugin. More...
 
- Private Slots inherited from KeyInterface
virtual void slotKeyEvent (QKeyEvent *_event)
 Key Event from Main App. More...
 
- Private Slots inherited from SelectionInterface
virtual void loadSelection (int _objId, const QString &_filename)
 Scripting slot for loading selections. More...
 

Private Member Functions

void slotSelectionOperation (const QString _operation) override
 A specific operation is requested. More...
 
void slotToggleSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) override
 Called whenever the user performs a toggle selection. More...
 
void slotVolumeLassoSelection (QMouseEvent *_event, SelectionInterface::PrimitiveType _currentType, bool _deselect) override
 Called whenever the user performs a volume lasso selection. More...
 
void slotLoadSelection (const INIFile &_file) override
 Load selection for specific objects in the scene. More...
 
void slotSaveSelection (INIFile &_file) override
 Save selection for all objects in the scene. More...
 
void slotKeyShortcutEvent (int _key, Qt::KeyboardModifiers _modifiers) override
 One of the previously registered keys has been pressed. More...
 
- Private Member Functions inherited from BaseInterface
virtual void noguiSupported ()
 
virtual ~BaseInterface ()
 Destructor. More...
 
virtual void blockScenegraphUpdates (bool _block)
 Tell the core to prevent scenegraph updates. More...
 
virtual void updatedObject (int _objectId)
 An object has been changed or added by this plugin. More...
 
virtual void updatedObject (int _identifier, const UpdateType &_type)
 An object has been changed or added by this plugin. More...
 
virtual void nodeVisibilityChanged (int _identifier)
 A scenegraph node has been shown or hidden. More...
 
virtual void getCurrentRenderer (unsigned int _viewer, QString &_rendererName)
 Get the current renderer for the given viewer. More...
 
- Private Member Functions inherited from KeyInterface
virtual void slotKeyReleaseEvent (QKeyEvent *_event)
 Key Release Event from Main App. More...
 
virtual ~KeyInterface ()
 Destructor. More...
 
- Private Member Functions inherited from INIInterface
virtual ~INIInterface ()
 Destructor. More...
 
- Private Member Functions inherited from BackupInterface
virtual void createBackup (IdList _objectids, QString _name, std::vector< UpdateType > _types)
 Tell Backup Plugin to create a group backup. More...
 
virtual void undo (int _objectid)
 Tell Backup Plugin to undo the last action of an object. More...
 
virtual void redo (int _objectid)
 Tell Backup Plugin to redo the last action on an object. More...
 
virtual void undo ()
 Tell Backup Plugin to undo the last action. More...
 
virtual void redo ()
 Tell Backup Plugin to redo the last action. More...
 
virtual ~BackupInterface ()
 Destructor. More...
 
virtual void restored (int _objectid)
 Backup Plugin tells other Plugins that a restore has happened. More...
 
- Private Member Functions inherited from LoggingInterface
virtual ~LoggingInterface ()
 Destructor. More...
 
- Private Member Functions inherited from ScriptInterface
virtual ~ScriptInterface ()
 Destructor. More...
 
virtual void showScriptInEditor (QString _filename)
 
virtual void executeScript (QString _script)
 
virtual void getDescription (QString _function, QString &_description, QStringList &_parameters, QStringList &_descriptions)
 
- Private Member Functions inherited from SelectionInterface
virtual ~SelectionInterface ()
 Destructor. More...
 
virtual void registerType (QString _handleName, DataType _type)
 Register data type for a selection environment. More...
 
virtual void addPrimitiveType (QString _handleName, QString _name, QString _icon, PrimitiveType &_typeHandle)
 Provide selection for primitives other than the standard ones. More...
 
virtual void showLassoSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show lasso selection mode in a specified selection environment. More...
 
virtual void showVolumeLassoSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show volume lasso selection mode in a specified selection environment. More...
 
virtual void showSurfaceLassoSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show surface lasso selection mode in a specified selection environment. More...
 
virtual void showSphereSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show sphere selection mode in a specified selection environment. More...
 
virtual void showClosestBoundarySelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show closest boundary selection mode in a specified selection environment. More...
 
virtual void showFloodFillSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show flood fill selection mode in a specified selection environment. More...
 
virtual void showComponentsSelectionMode (QString _handleName, bool _show, PrimitiveType _associatedTypes)
 Show connected components selection mode in a specified selection environment. More...
 
virtual void addCustomSelectionMode (QString _handleName, QString _modeName, QString _description, QString _icon, PrimitiveType _associatedTypes, QString &_customIdentifier)
 Add a custom interactive selection mode. More...
 
virtual void addCustomSelectionMode (QString _handleName, QString _modeName, QString _description, QString _icon, PrimitiveType _associatedTypes, QString &_customIdentifier, DataType _objectTypeRestriction)
 Add a custom interactive selection mode. More...
 
virtual void getActiveDataTypes (TypeList &_types)
 Get the data types that the currently active selection environment supports. More...
 
virtual void getActivePrimitiveType (PrimitiveType &_type)
 Get the primitive type that is selected. More...
 
virtual void targetObjectsOnly (bool &_targetsOnly)
 Indicates whether selection should be performed on target objects only. More...
 
virtual void addSelectionParameters (QString _handleName, QWidget *_widget, QString _category, PrimitiveType _type=0u)
 Add interactive selection parameters for a specific primitive type. More...
 
virtual void toggleSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a toggle selection. More...
 
virtual void lassoSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a lasso selection. More...
 
virtual void volumeLassoSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a volume lasso selection. More...
 
virtual void surfaceLassoSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a surface lasso selection. More...
 
virtual void sphereSelection (QMouseEvent *_event, double _radius, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a sphere selection. More...
 
virtual void closestBoundarySelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a closest boundary selection. More...
 
virtual void floodFillSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a flood fill selection. More...
 
virtual void componentsSelection (QMouseEvent *_event, PrimitiveType _currentType, bool _deselect)
 Emitted by selection base plugin whenever the user performs a connected components selection. More...
 
virtual void customSelection (QMouseEvent *_event, PrimitiveType _currentType, QString _customIdentifier, bool _deselect)
 Emitted by selection base plugin whenever the user performs a custom selection. More...
 
virtual void loadSelection (const INIFile &_file)
 Load selections from ini-file. More...
 
virtual void saveSelection (INIFile &_file)
 Save selections into ini-file. More...
 
virtual void keyShortcutEvent (int _key, Qt::KeyboardModifiers _modifiers=Qt::NoModifier)
 Key shortcut event happened. More...
 

Private Attributes

Member variables
QString environmentHandle_
 Handle to selection environment. More...
 
unsigned int controlPointType_
 Primitive type handles: More...
 
unsigned int knotType_
 Handle to selection environment. More...
 
unsigned int allSupportedTypes_
 Handle to selection environment. More...
 
QVector< QPoint > volumeLassoPoints_
 Keep volume lasso points. More...
 

Private methods

enum  SelectionViewMode { CP , K }
 Change selection view mode for every B-spline surface in the scene. More...
 
void setSelectionViewMode (const SelectionViewMode _mode)
 Change selection view mode for every B-spline surface in the scene. More...
 
void updateSlotDescriptions ()
 Set slot descriptions for scripting functions. More...
 

Additional Inherited Members

- Private Types inherited from SelectionInterface
typedef std::vector< DataTypeTypeList
 
typedef unsigned int PrimitiveType
 

Detailed Description

Definition at line 71 of file BSplineSurfaceSelectionPlugin.hh.

Member Enumeration Documentation

◆ SelectionViewMode

Change selection view mode for every B-spline surface in the scene.

Definition at line 169 of file BSplineSurfaceSelectionPlugin.hh.

Constructor & Destructor Documentation

◆ BSplineSurfaceSelectionPlugin()

BSplineSurfaceSelectionPlugin::BSplineSurfaceSelectionPlugin ( )

Default constructor.

Definition at line 79 of file BSplineSurfaceSelectionPlugin.cc.

◆ ~BSplineSurfaceSelectionPlugin()

BSplineSurfaceSelectionPlugin::~BSplineSurfaceSelectionPlugin ( )

Default destructor.

Definition at line 87 of file BSplineSurfaceSelectionPlugin.cc.

Member Function Documentation

◆ deleteSelectedKnotsU()

void BSplineSurfaceSelectionPlugin::deleteSelectedKnotsU ( int  _objectId)

Delete selected knots.

Definition at line 344 of file BSplineSurfaceSelectionFunctions.cc.

◆ deleteSelectedKnotsV()

void BSplineSurfaceSelectionPlugin::deleteSelectedKnotsV ( int  _objectId)

Select all control points of a curve.

Definition at line 372 of file BSplineSurfaceSelectionFunctions.cc.

◆ description()

QString BSplineSurfaceSelectionPlugin::description ( )
inlineoverridevirtual

Return a description of what the plugin is doing.

This function has to return a basic description of the plugin

Implements BaseInterface.

Definition at line 159 of file BSplineSurfaceSelectionPlugin.hh.

◆ deselectAllControlPoints()

void BSplineSurfaceSelectionPlugin::deselectAllControlPoints ( int  _objectId)

Deselect all control points of a curve.

Definition at line 73 of file BSplineSurfaceSelectionFunctions.cc.

◆ deselectAllKnots()

void BSplineSurfaceSelectionPlugin::deselectAllKnots ( int  _objectId)

Deselect all knots of a curve.

Definition at line 287 of file BSplineSurfaceSelectionFunctions.cc.

◆ getControlPointSelection()

IdList BSplineSurfaceSelectionPlugin::getControlPointSelection ( int  _objectId)

Get current control point selection.

Definition at line 233 of file BSplineSurfaceSelectionFunctions.cc.

◆ getKnotSelectionU()

IdList BSplineSurfaceSelectionPlugin::getKnotSelectionU ( int  _objectId)

Get current knot selection.

Definition at line 454 of file BSplineSurfaceSelectionFunctions.cc.

◆ getKnotSelectionV()

IdList BSplineSurfaceSelectionPlugin::getKnotSelectionV ( int  _objectId)

Select all control points of a curve.

Definition at line 476 of file BSplineSurfaceSelectionFunctions.cc.

◆ initializePlugin

void BSplineSurfaceSelectionPlugin::initializePlugin ( )
overrideprivateslot

Definition at line 92 of file BSplineSurfaceSelectionPlugin.cc.

◆ invertControlPointSelection()

void BSplineSurfaceSelectionPlugin::invertControlPointSelection ( int  _objectId)

Invert control point selection.

Definition at line 94 of file BSplineSurfaceSelectionFunctions.cc.

◆ invertKnotSelection()

void BSplineSurfaceSelectionPlugin::invertKnotSelection ( int  _objectId)

Invert knot selection.

Definition at line 310 of file BSplineSurfaceSelectionFunctions.cc.

◆ loadIniFile

void BSplineSurfaceSelectionPlugin::loadIniFile ( INIFile _ini,
int  _id 
)
overrideprivateslot

Definition at line 579 of file BSplineSurfaceSelectionPlugin.cc.

◆ loadSelection

void BSplineSurfaceSelectionPlugin::loadSelection ( int  _objId,
const QString &  _filename 
)
overrideslot

Definition at line 563 of file BSplineSurfaceSelectionPlugin.cc.

◆ name()

QString BSplineSurfaceSelectionPlugin::name ( )
inlineoverridevirtual

Return a name for the plugin.

This Function has to return the name of the plugin.

Implements BaseInterface.

Definition at line 155 of file BSplineSurfaceSelectionPlugin.hh.

◆ noguiSupported

void BSplineSurfaceSelectionPlugin::noguiSupported ( )
inlineoverrideprivateslot

Definition at line 135 of file BSplineSurfaceSelectionPlugin.hh.

◆ pluginsInitialized

void BSplineSurfaceSelectionPlugin::pluginsInitialized ( )
overrideprivateslot

Definition at line 100 of file BSplineSurfaceSelectionPlugin.cc.

◆ saveIniFile

void BSplineSurfaceSelectionPlugin::saveIniFile ( INIFile _ini,
int  _id 
)
overrideprivateslot

Definition at line 586 of file BSplineSurfaceSelectionPlugin.cc.

◆ selectAllControlPoints()

void BSplineSurfaceSelectionPlugin::selectAllControlPoints ( int  _objectId)

Select all control points of a curve.

Definition at line 46 of file BSplineSurfaceSelectionFunctions.cc.

◆ selectAllKnots()

void BSplineSurfaceSelectionPlugin::selectAllKnots ( int  _objectId)

Select all knots of a curve.

Definition at line 259 of file BSplineSurfaceSelectionFunctions.cc.

◆ selectControlPoints()

void BSplineSurfaceSelectionPlugin::selectControlPoints ( int  _objectId,
const IdList _ids,
bool  _deselect = false 
)

Delete selected control points.

Select specific control points of a curve

Definition at line 196 of file BSplineSurfaceSelectionFunctions.cc.

◆ selectKnots()

void BSplineSurfaceSelectionPlugin::selectKnots ( int  _objectId,
const IdList _ids_u,
const IdList _ids_v,
bool  _deselect = false 
)

Select specific knots of a curve.

Definition at line 409 of file BSplineSurfaceSelectionFunctions.cc.

◆ setSelectionViewMode()

void BSplineSurfaceSelectionPlugin::setSelectionViewMode ( const SelectionViewMode  _mode)
private

Change selection view mode for every B-spline surface in the scene.

Definition at line 702 of file BSplineSurfaceSelectionPlugin.cc.

◆ slotKeyShortcutEvent()

void BSplineSurfaceSelectionPlugin::slotKeyShortcutEvent ( int  _key,
Qt::KeyboardModifiers  _modifiers 
)
overrideprivatevirtual

One of the previously registered keys has been pressed.

This slot is called whenever the user has pressed one of the registered keys. Note that this is actually handled by the selection base plugin since the different plugins might want to register the same key multiple times.

Parameters
_keyThe pressed key
_modifiersIndicates whether mod-keys have been pressed synchronously

Reimplemented from SelectionInterface.

Definition at line 651 of file BSplineSurfaceSelectionPlugin.cc.

◆ slotLoadSelection()

void BSplineSurfaceSelectionPlugin::slotLoadSelection ( const INIFile _file)
overrideprivatevirtual

Load selection for specific objects in the scene.

OpenFlipper allows for saving of selections in an INI file (implemented by the different selection plugins by overriding function slotSaveSelection()). So this slot is called each time such INI file is about to be loaded.

Parameters
_fileThe file from which one can read the selection data

Reimplemented from SelectionInterface.

Definition at line 593 of file BSplineSurfaceSelectionPlugin.cc.

◆ slotSaveSelection()

void BSplineSurfaceSelectionPlugin::slotSaveSelection ( INIFile _file)
overrideprivatevirtual

Save selection for all objects in the scene.

Override this slot in order to save selections for a specific data type. These selections are then stored within an INI file and can be loaded via slotLoadSelection().

Parameters
_fileThe file into which one can store selection data

Reimplemented from SelectionInterface.

Definition at line 630 of file BSplineSurfaceSelectionPlugin.cc.

◆ slotSelectionOperation()

void BSplineSurfaceSelectionPlugin::slotSelectionOperation ( const QString  _operation)
overrideprivatevirtual

A specific operation is requested.

This slot is called each time the user has pressed one of the operations buttons (for the various primitive types) offered in the tool box.

Parameters
_operationThe identifier of the operation just as registered via addSelectionOperations

Reimplemented from SelectionInterface.

Definition at line 186 of file BSplineSurfaceSelectionPlugin.cc.

◆ slotToggleSelection()

void BSplineSurfaceSelectionPlugin::slotToggleSelection ( QMouseEvent *  _event,
SelectionInterface::PrimitiveType  _currentType,
bool  _deselect 
)
overrideprivatevirtual

Called whenever the user performs a toggle selection.

This has to be implemented by each type selection plugin if this interactive selection mode should be provided.

Parameters
_eventThe mouse event that occurred
_currentTypeThe currently active primitive type
_deselectTrue if entities should be deselected

Reimplemented from SelectionInterface.

Definition at line 317 of file BSplineSurfaceSelectionPlugin.cc.

◆ slotVolumeLassoSelection()

void BSplineSurfaceSelectionPlugin::slotVolumeLassoSelection ( QMouseEvent *  _event,
SelectionInterface::PrimitiveType  _currentType,
bool  _deselect 
)
overrideprivatevirtual

Called whenever the user performs a volume lasso selection.

This has to be implemented by each type selection plugin if this interactive selection mode should be provided. The metaphor behind it is that the user draws a polygonal line and all primitives which are insinde the volume spanned by the eye position and the polygon get selected.

Parameters
_eventThe mouse event that currently is performed
_currentTypeThe currently active primitive type
_deselectTrue if entities should be deselected

Reimplemented from SelectionInterface.

Definition at line 433 of file BSplineSurfaceSelectionPlugin.cc.

◆ updateSlotDescriptions()

void BSplineSurfaceSelectionPlugin::updateSlotDescriptions ( )
private

Set slot descriptions for scripting functions.

Definition at line 156 of file BSplineSurfaceSelectionPlugin.cc.

◆ version

QString BSplineSurfaceSelectionPlugin::version ( )
inlineoverrideslot

Definition at line 181 of file BSplineSurfaceSelectionPlugin.hh.

Member Data Documentation

◆ allSupportedTypes_

unsigned int BSplineSurfaceSelectionPlugin::allSupportedTypes_
private

Handle to selection environment.

Definition at line 249 of file BSplineSurfaceSelectionPlugin.hh.

◆ controlPointType_

unsigned int BSplineSurfaceSelectionPlugin::controlPointType_
private

Primitive type handles:

Definition at line 246 of file BSplineSurfaceSelectionPlugin.hh.

◆ environmentHandle_

QString BSplineSurfaceSelectionPlugin::environmentHandle_
private

Handle to selection environment.

Definition at line 243 of file BSplineSurfaceSelectionPlugin.hh.

◆ knotType_

unsigned int BSplineSurfaceSelectionPlugin::knotType_
private

Handle to selection environment.

Definition at line 247 of file BSplineSurfaceSelectionPlugin.hh.

◆ volumeLassoPoints_

QVector<QPoint> BSplineSurfaceSelectionPlugin::volumeLassoPoints_
private

Keep volume lasso points.

Definition at line 252 of file BSplineSurfaceSelectionPlugin.hh.


The documentation for this class was generated from the following files: