 |
VTK
9.0.20210422
|
Go to the documentation of this file.
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);
105 vtkGetMacro(LineStippleRepeatFactor,
int);
119 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)
const vtkUnicodeString const unsigned int vtkNotUsed(version))
virtual void Render(vtkViewport *vtkNotUsed(viewport))
Have the device specific subclass render this property.
a simple class to control print indentation
void SetDisplayLocationToForeground()
The DisplayLocation is either background or foreground.
abstract specification for Viewports
represent surface properties of a 2D image
void SetDisplayLocationToBackground()
The DisplayLocation is either background or foreground.
~vtkProperty2D() override
#define VTK_FOREGROUND_LOCATION
#define VTK_BACKGROUND_LOCATION