Go to the documentation of this file.
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);
108 vtkGetMacro(LineStippleRepeatFactor,
int);
121 vtkSetClampMacro( DisplayLocation,
int,
123 vtkGetMacro( DisplayLocation,
int );
void DeepCopy(vtkProperty2D *p)
Assign one property to another.
int LineStippleRepeatFactor
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.
static vtkProperty2D * New()
Creates a vtkProperty2D with the following default values: Opacity 1, Color (1,1,1)
virtual void Render(vtkViewport *vtkNotUsed(viewport))
Have the device specific subclass render this property.
a simple class to control print indentation
void SetDisplayLocationToForeground()
abstract specification for Viewports
represent surface properties of a 2D image
void SetDisplayLocationToBackground()
~vtkProperty2D() override
#define VTK_FOREGROUND_LOCATION
#define VTK_BACKGROUND_LOCATION