31 #ifndef vtkProjectedTexture_h
32 #define vtkProjectedTexture_h
37 #define VTK_PROJECTED_TEXTURE_USE_PINHOLE 0
38 #define VTK_PROJECTED_TEXTURE_USE_TWO_MIRRORS 1
49 vtkSetVector3Macro(Position,
double);
50 vtkGetVectorMacro(Position,
double,3);
56 void SetFocalPoint(
double focalPoint[3]);
57 void SetFocalPoint(
double x,
double y,
double z);
58 vtkGetVectorMacro(FocalPoint,
double,3);
64 vtkSetMacro(CameraMode,
int);
65 vtkGetMacro(CameraMode,
int);
72 vtkSetMacro(MirrorSeparation,
double);
73 vtkGetMacro(MirrorSeparation,
double);
78 vtkGetVectorMacro(Orientation,
double,3);
83 vtkSetVector3Macro(Up,
double);
84 vtkGetVectorMacro(Up,
double,3);
94 vtkSetVector3Macro(AspectRatio,
double);
95 vtkGetVectorMacro(AspectRatio,
double,3);
100 vtkSetVector2Macro(SRange,
double);
101 vtkGetVectorMacro(SRange,
double,2);
106 vtkSetVector2Macro(TRange,
double);
107 vtkGetVectorMacro(TRange,
double,2);
115 void ComputeNormal();
120 double Orientation[3];
121 double FocalPoint[3];
124 double AspectRatio[3];
assign texture coordinates for a projected texture
#define VTKFILTERSMODELING_EXPORT
void SetCameraModeToTwoMirror()
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetCameraModeToPinhole()
#define VTK_PROJECTED_TEXTURE_USE_TWO_MIRRORS
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
#define VTK_PROJECTED_TEXTURE_USE_PINHOLE
static vtkDataSetAlgorithm * New()