43 #ifndef __vtkButtonSource_h
44 #define __vtkButtonSource_h
48 #define VTK_TEXTURE_STYLE_FIT_IMAGE 0
49 #define VTK_TEXTURE_STYLE_PROPORTIONAL 1
59 vtkSetVector3Macro(Center,
double);
60 vtkGetVectorMacro(Center,
double,3);
69 vtkGetMacro(TextureStyle,
int);
70 void SetTextureStyleToFitImage()
72 void SetTextureStyleToProportional()
79 vtkSetVector2Macro(TextureDimensions,
int);
80 vtkGetVector2Macro(TextureDimensions,
int);
85 vtkSetVector2Macro(ShoulderTextureCoordinate,
double);
86 vtkGetVector2Macro(ShoulderTextureCoordinate,
double);
94 vtkSetMacro(TwoSided,
int);
95 vtkGetMacro(TwoSided,
int);
96 vtkBooleanMacro(TwoSided,
int);
104 double ShoulderTextureCoordinate[2];
106 int TextureDimensions[2];