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);
 
   74   vtkGetMacro(TextureStyle, 
int);
 
   84   vtkSetVector2Macro(TextureDimensions, 
int);
 
   85   vtkGetVector2Macro(TextureDimensions, 
int);
 
   92   vtkSetVector2Macro(ShoulderTextureCoordinate, 
double);
 
   93   vtkGetVector2Macro(ShoulderTextureCoordinate, 
double);
 
  113   double ShoulderTextureCoordinate[2];
 
  115   int TextureDimensions[2];