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);
 
  107   vtkGetMacro(TwoSided,
int);
 
  116   double ShoulderTextureCoordinate[2];
 
  118   int    TextureDimensions[2];
 
Superclass for algorithms that produce only polydata as output. 
 
a simple class to control print indentation 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.