29 #ifndef vtkProperty2D_h
30 #define vtkProperty2D_h
32 #include "vtkRenderingCoreModule.h"
37 #define VTK_BACKGROUND_LOCATION 0
38 #define VTK_FOREGROUND_LOCATION 1
61 vtkSetVector3Macro(
Color,
double);
62 vtkGetVector3Macro(
Color,
double);
69 vtkGetMacro(Opacity,
double);
70 vtkSetMacro(Opacity,
double);
79 vtkGetMacro(PointSize,
float);
88 vtkGetMacro(LineWidth,
float);
97 vtkSetMacro(LineStipplePattern,
int);
98 vtkGetMacro(LineStipplePattern,
int);
107 vtkSetClampMacro(LineStippleRepeatFactor,
int,1,
VTK_INT_MAX);
108 vtkGetMacro(LineStippleRepeatFactor,
int);
121 vtkSetClampMacro( DisplayLocation,
int,
123 vtkGetMacro( DisplayLocation,
int );