![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Information about a selected actor/representation. More...
#include <cvSelectionData.h>
Public Member Functions | |
| cvActorSelectionInfo () | |
Public Attributes | |
| vtkActor * | actor |
| The selected actor (weak pointer) More... | |
| vtkPolyData * | polyData |
| The associated polyData (weak pointer) More... | |
| double | zValue |
| Z-buffer depth value (for front-to-back ordering) More... | |
| int | propId |
| Unique prop ID (from hardware selector) More... | |
| unsigned int | blockIndex |
| Block index for composite datasets. More... | |
| QString | actorName |
| Optional actor name/description. More... | |
Information about a selected actor/representation.
Encapsulates per-actor selection information, similar to ParaView's approach of maintaining separate collections for representations and selection sources.
Definition at line 109 of file cvSelectionData.h.
|
inline |
Definition at line 117 of file cvSelectionData.h.
| vtkActor* cvActorSelectionInfo::actor |
The selected actor (weak pointer)
Definition at line 110 of file cvSelectionData.h.
Referenced by cvSelectionPipeline::combineSelections(), cvSelectionPipeline::convertToCvSelectionData(), cvGenericSelectionTool::createSelectionFromPick(), and cvSelectionData::setActorInfo().
| QString cvActorSelectionInfo::actorName |
Optional actor name/description.
Definition at line 115 of file cvSelectionData.h.
| unsigned int cvActorSelectionInfo::blockIndex |
Block index for composite datasets.
Definition at line 114 of file cvSelectionData.h.
| vtkPolyData* cvActorSelectionInfo::polyData |
The associated polyData (weak pointer)
Definition at line 111 of file cvSelectionData.h.
Referenced by cvSelectionPipeline::convertToCvSelectionData(), cvGenericSelectionTool::createSelectionFromPick(), and cvSelectionData::setActorInfo().
| int cvActorSelectionInfo::propId |
Unique prop ID (from hardware selector)
Definition at line 113 of file cvSelectionData.h.
| double cvActorSelectionInfo::zValue |
Z-buffer depth value (for front-to-back ordering)
Definition at line 112 of file cvSelectionData.h.
Referenced by cvSelectionPipeline::convertToCvSelectionData(), cvGenericSelectionTool::createSelectionFromPick(), and cvSelectionData::setActorInfo().