|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkPen * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | SetLineType (int type) |
| Set the type of line that the pen should draw. More...
|
|
int | GetLineType () |
| Get the type of line that the pen will draw. More...
|
|
void | SetColorF (double color[3]) |
| Set the color of the brush with three component doubles (RGB), ranging from 0.0 to 1.0. More...
|
|
void | SetColorF (double r, double g, double b) |
| Set the color of the brush with three component doubles (RGB), ranging from 0.0 to 1.0. More...
|
|
void | SetColorF (double r, double g, double b, double a) |
| Set the color of the brush with four component doubles (RGBA), ranging from 0.0 to 1.0. More...
|
|
void | SetOpacityF (double a) |
| Set the opacity with a double, ranging from 0.0 (transparent) to 1.0 (opaque). More...
|
|
void | SetColor (unsigned char color[3]) |
| Set the color of the brush with three component unsigned chars (RGB), ranging from 0 to 255. More...
|
|
void | SetColor (unsigned char r, unsigned char g, unsigned char b) |
| Set the color of the brush with three component unsigned chars (RGB), ranging from 0 to 255. More...
|
|
void | SetOpacity (unsigned char a) |
| Set the opacity with an unsigned char, ranging from 0 (transparent) to 255 (opaque). More...
|
|
void | GetColorF (double color[3]) |
| Get the color of the brush - expects a double of length 3 to copy into. More...
|
|
void | GetColor (unsigned char color[3]) |
| Get the color of the brush - expects an unsigned char of length 3. More...
|
|
vtkColor4ub | GetColorObject () |
| Get the color of the pen. More...
|
|
unsigned char | GetOpacity () |
| Get the opacity (unsigned char), ranging from 0 (transparent) to 255 (opaque). More...
|
|
unsigned char * | GetColor () |
| Get the color of the brush - gives a pointer to the underlying data. More...
|
|
void | DeepCopy (vtkPen *pen) |
| Make a deep copy of the supplied pen. More...
|
|
|
void | SetColor (unsigned char r, unsigned char g, unsigned char b, unsigned char a) |
| Set the color of the brush with four component unsigned chars (RGBA), ranging from 0 to 255. More...
|
|
void | SetColor (const vtkColor4ub &color) |
| Set the color of the brush with four component unsigned chars (RGBA), ranging from 0 to 255. More...
|
|
|
virtual void | SetWidth (float) |
| Set/Get the width of the pen. More...
|
|
virtual float | GetWidth () |
| Set/Get the width of the pen. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time. More...
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
void | PrintRevisions (ostream &) |
| Legacy. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
provides a pen that draws the outlines of shapes drawn by vtkContext2D.
The vtkPen defines the outline of shapes that are drawn by vtkContext2D. The color is stored as four unsigned chars (RGBA), where the opacity defaults to 255, but can be modified separately to the other components. Ideally we would use a lightweight color class to store and pass around colors.
- Tests:
- vtkPen (Tests)
Definition at line 39 of file vtkPen.h.