#include <vtkProperty2D.h>
Inheritance diagram for vtkProperty2D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | DeepCopy (vtkProperty2D *p) |
virtual void | Render (vtkViewport *vtkNotUsed(viewport)) |
virtual void | SetColor (float, float, float) |
virtual void | SetColor (float[3]) |
virtual float * | GetColor () |
virtual void | GetColor (float data[3]) |
virtual float | GetOpacity () |
virtual void | SetOpacity (float) |
virtual void | SetPointSize (float) |
virtual float | GetPointSize () |
virtual void | SetLineWidth (float) |
virtual float | GetLineWidth () |
virtual void | SetLineStipplePattern (int) |
virtual int | GetLineStipplePattern () |
virtual void | SetLineStippleRepeatFactor (int) |
virtual int | GetLineStippleRepeatFactor () |
virtual void | SetDisplayLocation (int) |
virtual int | GetDisplayLocation () |
void | SetDisplayLocationToBackground () |
void | SetDisplayLocationToForeground () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkProperty2D * | SafeDownCast (vtkObject *o) |
vtkProperty2D * | New () |
Protected Methods | |
vtkProperty2D () | |
~vtkProperty2D () | |
Protected Attributes | |
float | Color [3] |
float | Opacity |
float | PointSize |
float | LineWidth |
int | LineStipplePattern |
int | LineStippleRepeatFactor |
int | DisplayLocation |
Definition at line 63 of file vtkProperty2D.h.
|
|
|
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. |
|
Creates a vtkProperty2D with the following default values: Opacity 1, Color (1,1,1) Reimplemented from vtkObject. |
|
Assign one property to another. |
|
Set/Get the RGB color of this property. |
|
Set/Get the RGB color of this property. |
|
Set/Get the RGB color of this property. |
|
Set/Get the RGB color of this property. |
|
Set/Get the Opacity of this property. |
|
Set/Get the Opacity of this property. |
|
Set/Get the diameter of a Point. The size is expressed in screen units. This is only implemented for OpenGL. The default is 1.0. |
|
Set/Get the diameter of a Point. The size is expressed in screen units. This is only implemented for OpenGL. The default is 1.0. |
|
Set/Get the width of a Line. The width is expressed in screen units. This is only implemented for OpenGL. The default is 1.0. |
|
Set/Get the width of a Line. The width is expressed in screen units. This is only implemented for OpenGL. The default is 1.0. |
|
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off). This is only implemented for OpenGL. The default is 0xFFFF. |
|
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off). This is only implemented for OpenGL. The default is 0xFFFF. |
|
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated. This is only implemented for OpenGL. The default is 1. |
|
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated. This is only implemented for OpenGL. The default is 1. |
|
The DisplayLocation is either background or foreground. If it is background, then this 2D actor will be drawn behind all 3D props or foreground 2D actors. If it is background, then this 2D actor will be drawn in front of all 3D props and background 2D actors. Within 2D actors of the same DisplayLocation type, order is determined by the order in which the 2D actors were added to the viewport. |
|
The DisplayLocation is either background or foreground. If it is background, then this 2D actor will be drawn behind all 3D props or foreground 2D actors. If it is background, then this 2D actor will be drawn in front of all 3D props and background 2D actors. Within 2D actors of the same DisplayLocation type, order is determined by the order in which the 2D actors were added to the viewport. |
|
The DisplayLocation is either background or foreground. If it is background, then this 2D actor will be drawn behind all 3D props or foreground 2D actors. If it is background, then this 2D actor will be drawn in front of all 3D props and background 2D actors. Within 2D actors of the same DisplayLocation type, order is determined by the order in which the 2D actors were added to the viewport. Definition at line 128 of file vtkProperty2D.h. |
|
The DisplayLocation is either background or foreground. If it is background, then this 2D actor will be drawn behind all 3D props or foreground 2D actors. If it is background, then this 2D actor will be drawn in front of all 3D props and background 2D actors. Within 2D actors of the same DisplayLocation type, order is determined by the order in which the 2D actors were added to the viewport. Definition at line 130 of file vtkProperty2D.h. |
|
Have the device specific subclass render this property. Definition at line 136 of file vtkProperty2D.h. |
|
Definition at line 142 of file vtkProperty2D.h. |
|
Definition at line 143 of file vtkProperty2D.h. |
|
Definition at line 144 of file vtkProperty2D.h. |
|
Definition at line 145 of file vtkProperty2D.h. |
|
Definition at line 146 of file vtkProperty2D.h. |
|
Definition at line 147 of file vtkProperty2D.h. |
|
Definition at line 148 of file vtkProperty2D.h. |