52 #ifndef vtkImplicitTextureCoords_h
53 #define vtkImplicitTextureCoords_h
55 #include "vtkFiltersTextureModule.h"
102 vtkGetMacro(FlipTexture,
int);
abstract interface for implicit functions
vtkImplicitFunction * RFunction
vtkImplicitFunction * TFunction
vtkImplicitFunction * SFunction
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce output of the same type as input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
generate 1D, 2D, or 3D texture coordinates based on implicit function(s)
static vtkDataSetAlgorithm * New()