46#ifndef vtkTextureMapToPlane_h
47#define vtkTextureMapToPlane_h
49#include "vtkFiltersTextureModule.h"
68 vtkSetVector3Macro(Origin,
double);
69 vtkGetVectorMacro(Origin,
double,3);
76 vtkSetVector3Macro(Point1,
double);
77 vtkGetVectorMacro(Point1,
double,3);
84 vtkSetVector3Macro(Point2,
double);
85 vtkGetVectorMacro(Point2,
double,3);
102 vtkSetVector2Macro(SRange,
double);
103 vtkGetVectorMacro(SRange,
double,2);
110 vtkSetVector2Macro(TRange,
double);
111 vtkGetVectorMacro(TRange,
double,2);
119 vtkGetMacro(AutomaticPlaneGeneration,
int);
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
static vtkTextureMapToPlane * New()
Construct with s,t range=(0,1) and automatic plane generation turned on.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void ComputeNormal(vtkDataSet *output)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
int AutomaticPlaneGeneration
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.