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);
79 vtkGetMacro(PointSize,
float);
88 vtkGetMacro(LineWidth,
float);
98 vtkGetMacro(LineStipplePattern,
int);
107 vtkSetClampMacro(LineStippleRepeatFactor,
int,1,
VTK_INT_MAX);
108 vtkGetMacro(LineStippleRepeatFactor,
int);
121 vtkSetClampMacro( DisplayLocation,
int,
123 vtkGetMacro( DisplayLocation,
int );
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_FOREGROUND_LOCATION
virtual void Render(vtkViewport *vtkNotUsed(viewport))
Have the device specific subclass render this property.
abstract specification for Viewports
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
int LineStippleRepeatFactor
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetDisplayLocationToForeground()
The DisplayLocation is either background or foreground.
represent surface properties of a 2D image
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
#define VTK_BACKGROUND_LOCATION
void SetDisplayLocationToBackground()
The DisplayLocation is either background or foreground.