31 #ifndef vtkTriangularTexture_h
32 #define vtkTriangularTexture_h
34 #include "vtkImagingHybridModule.h"
54 vtkGetMacro(ScaleFactor,
double);
62 vtkGetMacro(XSize,
int);
70 vtkGetMacro(YSize,
int);
80 vtkSetClampMacro(TexturePattern,
int,1,3);
81 vtkGetMacro(TexturePattern,
int);
generate 2D triangular texture map
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...
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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