Slicer
5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Display properties per segment. More...
#include <Libs/MRML/Core/vtkMRMLSegmentationDisplayNode.h>
Public Member Functions | |
SegmentDisplayProperties () | |
Public Attributes | |
double | Opacity2DFill {1.0} |
double | Opacity2DOutline {1.0} |
double | Opacity3D {1.0} |
Opacity. More... | |
double | OverrideColor [3] |
bool | Visible {true} |
Visibility. More... | |
bool | Visible2DFill {true} |
bool | Visible2DOutline {true} |
bool | Visible3D {true} |
Display properties per segment.
Definition at line 47 of file vtkMRMLSegmentationDisplayNode.h.
|
inline |
Definition at line 63 of file vtkMRMLSegmentationDisplayNode.h.
double vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::Opacity2DFill {1.0} |
Definition at line 59 of file vtkMRMLSegmentationDisplayNode.h.
double vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::Opacity2DOutline {1.0} |
Definition at line 60 of file vtkMRMLSegmentationDisplayNode.h.
double vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::Opacity3D {1.0} |
Opacity.
Definition at line 58 of file vtkMRMLSegmentationDisplayNode.h.
double vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::OverrideColor[3] |
Override segment color By default it's invalid (-1,-1,-1), and only valid if different than color stored in segment. Its purpose is to enable showing per-view colors
Definition at line 51 of file vtkMRMLSegmentationDisplayNode.h.
bool vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::Visible {true} |
Visibility.
Definition at line 53 of file vtkMRMLSegmentationDisplayNode.h.
bool vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::Visible2DFill {true} |
Definition at line 55 of file vtkMRMLSegmentationDisplayNode.h.
bool vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::Visible2DOutline {true} |
Definition at line 56 of file vtkMRMLSegmentationDisplayNode.h.
bool vtkMRMLSegmentationDisplayNode::SegmentDisplayProperties::Visible3D {true} |
Definition at line 54 of file vtkMRMLSegmentationDisplayNode.h.