25 #ifndef __vtkMRMLMarkupsPlaneDisplayNode_h 26 #define __vtkMRMLMarkupsPlaneDisplayNode_h 30 #include "vtkSlicerMarkupsModuleMRMLExport.h" 75 vtkSetMacro(NormalVisibility,
bool);
77 vtkGetMacro(NormalVisibility,
bool);
78 vtkBooleanMacro(NormalVisibility,
bool);
82 vtkSetMacro(NormalOpacity,
double);
84 vtkGetMacro(NormalOpacity,
double);
89 bool NormalVisibility{
true };
90 double NormalOpacity{ 1.0 };
void operator=(const vtkMRMLMarkupsDisplayNode &)
const char * GetNodeTagName() override
Get node XML tag name (like Volume, Markups)
#define vtkMRMLCopyContentDefaultMacro(thisClassName)
Abstract Superclass for all specific types of MRML nodes.
vtkMRMLNode * CreateNodeInstance() override
Create instance of the default node. Like New only virtual.
static vtkMRMLMarkupsDisplayNode * New()