43 #ifndef vtkTextureMapToPlane_h 44 #define vtkTextureMapToPlane_h 46 #include "vtkFiltersTextureModule.h" 65 vtkSetVector3Macro(Origin,
double);
66 vtkGetVectorMacro(Origin,
double,3);
73 vtkSetVector3Macro(Point1,
double);
74 vtkGetVectorMacro(Point1,
double,3);
81 vtkSetVector3Macro(Point2,
double);
82 vtkGetVectorMacro(Point2,
double,3);
91 vtkSetVector3Macro(
Normal,
double);
92 vtkGetVectorMacro(
Normal,
double,3);
99 vtkSetVector2Macro(SRange,
double);
100 vtkGetVectorMacro(SRange,
double,2);
107 vtkSetVector2Macro(TRange,
double);
108 vtkGetVectorMacro(TRange,
double,2);
117 vtkBooleanMacro(AutomaticPlaneGeneration,
vtkTypeBool);
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.
~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.
vtkTypeBool AutomaticPlaneGeneration
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
generate texture coordinates by mapping points to plane