60 void SetLineType(
int type);
67 void SetColorF(
double color[3]);
71 void SetColorF(
double r,
double g,
double b);
75 void SetColorF(
double r,
double g,
double b,
double a);
79 void SetOpacityF(
double a);
83 void SetColor(
unsigned char color[3]);
87 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b);
92 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
99 void SetOpacity(
unsigned char a);
103 void GetColorF(
double color[3]);
106 void GetColor(
unsigned char color[3]);
113 unsigned char GetOpacity();
120 vtkSetMacro(Width,
float);
121 vtkGetMacro(Width,
float);
125 void DeepCopy(
vtkPen *pen);
146 void operator=(
const vtkPen &);
abstract base class for most VTK objects
unsigned char * GetColor()
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
provides a pen that draws the outlines of shapes drawn by vtkContext2D.