43 #ifndef vtkButtonSource_h
44 #define vtkButtonSource_h
49 #define VTK_TEXTURE_STYLE_FIT_IMAGE 0
50 #define VTK_TEXTURE_STYLE_PROPORTIONAL 1
60 vtkSetVector3Macro(Center,
double);
61 vtkGetVectorMacro(Center,
double,3);
70 vtkGetMacro(TextureStyle,
int);
80 vtkSetVector2Macro(TextureDimensions,
int);
81 vtkGetVector2Macro(TextureDimensions,
int);
86 vtkSetVector2Macro(ShoulderTextureCoordinate,
double);
87 vtkGetVector2Macro(ShoulderTextureCoordinate,
double);
95 vtkSetMacro(TwoSided,
int);
96 vtkGetMacro(TwoSided,
int);
97 vtkBooleanMacro(TwoSided,
int);
105 double ShoulderTextureCoordinate[2];
107 int TextureDimensions[2];
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation