43 #ifndef __vtkButtonSource_h
44 #define __vtkButtonSource_h
46 #include "vtkFiltersSourcesModule.h"
47 #include "vtkPolyDataAlgorithm.h"
49 #define VTK_TEXTURE_STYLE_FIT_IMAGE 0
50 #define VTK_TEXTURE_STYLE_PROPORTIONAL 1
55 void PrintSelf(ostream& os, vtkIndent indent);
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];