26 #ifndef vtkProperty2D_h
27 #define vtkProperty2D_h
30 #include "vtkRenderingCoreModule.h"
34 #define VTK_BACKGROUND_LOCATION 0
35 #define VTK_FOREGROUND_LOCATION 1
58 vtkSetVector3Macro(
Color,
double);
59 vtkGetVector3Macro(
Color,
double);
66 vtkGetMacro(Opacity,
double);
67 vtkSetMacro(Opacity,
double);
76 vtkGetMacro(PointSize,
float);
85 vtkGetMacro(LineWidth,
float);
94 vtkSetMacro(LineStipplePattern,
int);
95 vtkGetMacro(LineStipplePattern,
int);
104 vtkSetClampMacro(LineStippleRepeatFactor,
int, 1,
VTK_INT_MAX);
105 vtkGetMacro(LineStippleRepeatFactor,
int);
119 vtkGetMacro(DisplayLocation,
int);