29#ifndef vtkProperty2D_h
30#define vtkProperty2D_h
33#include "vtkRenderingCoreModule.h"
37#define VTK_BACKGROUND_LOCATION 0
38#define VTK_FOREGROUND_LOCATION 1
61 vtkSetVector3Macro(
Color,
double);
62 vtkGetVector3Macro(
Color,
double);
a simple class to control print indentation
int LineStippleRepeatFactor
void DeepCopy(vtkProperty2D *p)
Assign one property to another.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetDisplayLocationToForeground()
The DisplayLocation is either background or foreground.
static vtkProperty2D * New()
Creates a vtkProperty2D with the following default values: Opacity 1, Color (1,1,1)
void SetDisplayLocationToBackground()
The DisplayLocation is either background or foreground.
~vtkProperty2D() override
virtual void Render(vtkViewport *vtkNotUsed(viewport))
Have the device specific subclass render this property.
abstract specification for Viewports
#define VTK_FOREGROUND_LOCATION
#define VTK_BACKGROUND_LOCATION