Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkMRMLInteractionWidgetRepresentation::HandleInfo Struct Reference

#include <Libs/MRML/DisplayableManager/vtkMRMLInteractionWidgetRepresentation.h>

Public Member Functions

 HandleInfo (int index, int componentType, double positionWorld[3], double positionLocal[3], double color[4], int glyphType, bool applyScaleToPosition)
 
bool IsVisible ()
 

Public Attributes

bool ApplyScaleToPosition { true }
 
double Color [4]
 
int ComponentType
 
int GlyphType
 
int Index
 
double PositionLocal [4]
 
double PositionWorld [4]
 

Detailed Description

Definition at line 227 of file vtkMRMLInteractionWidgetRepresentation.h.

Constructor & Destructor Documentation

◆ HandleInfo()

vtkMRMLInteractionWidgetRepresentation::HandleInfo::HandleInfo ( int index,
int componentType,
double positionWorld[3],
double positionLocal[3],
double color[4],
int glyphType,
bool applyScaleToPosition )
inline

Definition at line 229 of file vtkMRMLInteractionWidgetRepresentation.h.

Member Function Documentation

◆ IsVisible()

bool vtkMRMLInteractionWidgetRepresentation::HandleInfo::IsVisible ( )
inline

Definition at line 257 of file vtkMRMLInteractionWidgetRepresentation.h.

Member Data Documentation

◆ ApplyScaleToPosition

bool vtkMRMLInteractionWidgetRepresentation::HandleInfo::ApplyScaleToPosition { true }

Definition at line 256 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ Color

double vtkMRMLInteractionWidgetRepresentation::HandleInfo::Color[4]

Definition at line 255 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ ComponentType

int vtkMRMLInteractionWidgetRepresentation::HandleInfo::ComponentType

Definition at line 251 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ GlyphType

int vtkMRMLInteractionWidgetRepresentation::HandleInfo::GlyphType

Definition at line 252 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ Index

int vtkMRMLInteractionWidgetRepresentation::HandleInfo::Index

Definition at line 250 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ PositionLocal

double vtkMRMLInteractionWidgetRepresentation::HandleInfo::PositionLocal[4]

Definition at line 253 of file vtkMRMLInteractionWidgetRepresentation.h.

◆ PositionWorld

double vtkMRMLInteractionWidgetRepresentation::HandleInfo::PositionWorld[4]

Definition at line 254 of file vtkMRMLInteractionWidgetRepresentation.h.


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