44 #ifndef vtkButtonSource_h
45 #define vtkButtonSource_h
47 #include "vtkFiltersSourcesModule.h"
50 #define VTK_TEXTURE_STYLE_FIT_IMAGE 0
51 #define VTK_TEXTURE_STYLE_PROPORTIONAL 1
63 vtkSetVector3Macro(Center,
double);
64 vtkGetVectorMacro(Center,
double,3);
75 vtkGetMacro(TextureStyle,
int);
87 vtkSetVector2Macro(TextureDimensions,
int);
88 vtkGetVector2Macro(TextureDimensions,
int);
95 vtkSetVector2Macro(ShoulderTextureCoordinate,
double);
96 vtkGetVector2Macro(ShoulderTextureCoordinate,
double);
116 double ShoulderTextureCoordinate[2];
118 int TextureDimensions[2];