34 #ifndef vtkTriangularTexture_h 35 #define vtkTriangularTexture_h 37 #include "vtkImagingHybridModule.h" 56 vtkSetMacro(ScaleFactor,
double);
57 vtkGetMacro(ScaleFactor,
double);
64 vtkSetMacro(XSize,
int);
65 vtkGetMacro(XSize,
int);
72 vtkSetMacro(YSize,
int);
73 vtkGetMacro(YSize,
int);
83 vtkSetClampMacro(TexturePattern,
int,1,3);
84 vtkGetMacro(TexturePattern,
int);
generate 2D triangular texture map
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
~vtkTriangularTexture() override