40 #ifndef vtkTextureMapToPlane_h 41 #define vtkTextureMapToPlane_h 43 #include "vtkFiltersTextureModule.h" 62 vtkSetVector3Macro(Origin,
double);
63 vtkGetVectorMacro(Origin,
double,3);
70 vtkSetVector3Macro(Point1,
double);
71 vtkGetVectorMacro(Point1,
double,3);
78 vtkSetVector3Macro(Point2,
double);
79 vtkGetVectorMacro(Point2,
double,3);
88 vtkSetVector3Macro(
Normal,
double);
89 vtkGetVectorMacro(
Normal,
double,3);
96 vtkSetVector2Macro(SRange,
double);
97 vtkGetVectorMacro(SRange,
double,2);
104 vtkSetVector2Macro(TRange,
double);
105 vtkGetVectorMacro(TRange,
double,2);
113 vtkGetMacro(AutomaticPlaneGeneration,
int);
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int AutomaticPlaneGeneration
~vtkTextureMapToPlane() override
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.
static vtkDataSetAlgorithm * New()
generate texture coordinates by mapping points to plane