40 #ifndef vtkTextureMapToPlane_h
41 #define vtkTextureMapToPlane_h
44 #include "vtkFiltersTextureModule.h"
46 VTK_ABI_NAMESPACE_BEGIN
63 vtkSetVector3Macro(Origin,
double);
64 vtkGetVectorMacro(Origin,
double, 3);
71 vtkSetVector3Macro(Point1,
double);
72 vtkGetVectorMacro(Point1,
double, 3);
79 vtkSetVector3Macro(Point2,
double);
80 vtkGetVectorMacro(Point2,
double, 3);
90 vtkGetVectorMacro(
Normal,
double, 3);
97 vtkSetVector2Macro(SRange,
double);
98 vtkGetVectorMacro(SRange,
double, 2);
105 vtkSetVector2Macro(TRange,
double);
106 vtkGetVectorMacro(TRange,
double, 2);
138 VTK_ABI_NAMESPACE_END
Superclass for algorithms that produce output of the same type as input.
abstract class to specify dataset behavior
a simple class to control print indentation
generate texture coordinates by mapping points to plane
vtkTypeBool AutomaticPlaneGeneration
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkTextureMapToPlane * New()
Construct with s,t range=(0,1) and automatic plane generation turned on.
void ComputeNormal(vtkDataSet *output)
~vtkTextureMapToPlane() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.