ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cvActorSelectionInfo Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ cvActorSelectionInfo()

cvActorSelectionInfo::cvActorSelectionInfo ( )
inline

Definition at line 117 of file cvSelectionData.h.

Member Data Documentation

◆ actor

vtkActor* cvActorSelectionInfo::actor

◆ actorName

QString cvActorSelectionInfo::actorName

Optional actor name/description.

Definition at line 115 of file cvSelectionData.h.

◆ blockIndex

unsigned int cvActorSelectionInfo::blockIndex

Block index for composite datasets.

Definition at line 114 of file cvSelectionData.h.

◆ polyData

vtkPolyData* cvActorSelectionInfo::polyData

◆ propId

int cvActorSelectionInfo::propId

Unique prop ID (from hardware selector)

Definition at line 113 of file cvSelectionData.h.

◆ zValue

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().


The documentation for this struct was generated from the following file: