32#ifndef vtkButtonSource_h
33#define vtkButtonSource_h
35#include "vtkFiltersSourcesModule.h"
39#define VTK_TEXTURE_STYLE_FIT_IMAGE 0
40#define VTK_TEXTURE_STYLE_PROPORTIONAL 1
42VTK_ABI_NAMESPACE_BEGIN
53 vtkSetVector3Macro(Center,
double);
54 vtkGetVectorMacro(Center,
double, 3);
64 vtkGetMacro(TextureStyle,
int);
74 vtkSetVector2Macro(TextureDimensions,
int);
75 vtkGetVector2Macro(TextureDimensions,
int);
82 vtkSetVector2Macro(ShoulderTextureCoordinate,
double);
83 vtkGetVector2Macro(ShoulderTextureCoordinate,
double);
103 double ShoulderTextureCoordinate[2];
105 int TextureDimensions[2];
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.