32#ifndef vtkButtonSource_h
33#define vtkButtonSource_h
35#include "vtkFiltersSourcesModule.h"
38#define VTK_TEXTURE_STYLE_FIT_IMAGE 0
39#define VTK_TEXTURE_STYLE_PROPORTIONAL 1
41VTK_ABI_NAMESPACE_BEGIN
52 vtkSetVector3Macro(Center,
double);
53 vtkGetVectorMacro(Center,
double, 3);
63 vtkGetMacro(TextureStyle,
int);
73 vtkSetVector2Macro(TextureDimensions,
int);
74 vtkGetVector2Macro(TextureDimensions,
int);
81 vtkSetVector2Macro(ShoulderTextureCoordinate,
double);
82 vtkGetVector2Macro(ShoulderTextureCoordinate,
double);
102 double ShoulderTextureCoordinate[2];
104 int TextureDimensions[2];
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.