|
MeVisLab Toolbox Reference
|
This struct holds all necessary data for the different notifications. More...
#include <WEM.h>
Public Member Functions | |
| WEMEventContainer () | |
Public Attributes | |
| int | notificationType |
| The type of the event (None, Repaint, Selection, Finished or InteractionInit). Default: None. | |
| int | patchId |
| The id of the WEM part for which the event is to be evaluated. Default: -1 for all parts. | |
| bool | repaintFaces |
| Flag: repaint the faces. | |
| bool | repaintEdges |
| Flag: repaint the edges. | |
| bool | repaintNodes |
| Flag: repaint the nodes. | |
| bool | repaintBoundingBoxes |
| Flag: repaint the bounding boxes. | |
| bool | selectionWasClicked |
| Flag: was the WEM part selected by clicking? | |
| int | selectionFaceHit |
| The entryNum of the hit face. | |
| Vector3 | selectionHitPoint |
| The hit point. | |
This struct holds all necessary data for the different notifications.
|
inline |
Definition at line 35 of file WEM.h.
References notificationType, patchId, repaintBoundingBoxes, repaintEdges, repaintFaces, repaintNodes, selectionFaceHit, selectionHitPoint, selectionWasClicked, ml::WEM_NOTIFICATION_NONE, and ml::WEM_PATCH_ID_ALL.
| int ml::WEMEventContainer::notificationType |
The type of the event (None, Repaint, Selection, Finished or InteractionInit). Default: None.
Definition at line 51 of file WEM.h.
Referenced by WEMEventContainer().
| int ml::WEMEventContainer::patchId |
The id of the WEM part for which the event is to be evaluated. Default: -1 for all parts.
Definition at line 53 of file WEM.h.
Referenced by WEMEventContainer().
| bool ml::WEMEventContainer::repaintBoundingBoxes |
Flag: repaint the bounding boxes.
Definition at line 60 of file WEM.h.
Referenced by WEMEventContainer().
| bool ml::WEMEventContainer::repaintEdges |
| bool ml::WEMEventContainer::repaintFaces |
| bool ml::WEMEventContainer::repaintNodes |
| int ml::WEMEventContainer::selectionFaceHit |
The entryNum of the hit face.
Definition at line 65 of file WEM.h.
Referenced by WEMEventContainer().
| Vector3 ml::WEMEventContainer::selectionHitPoint |
| bool ml::WEMEventContainer::selectionWasClicked |
Flag: was the WEM part selected by clicking?
Definition at line 64 of file WEM.h.
Referenced by WEMEventContainer().