29 #ifndef vtkProjectedTexture_h
30 #define vtkProjectedTexture_h
33 #include "vtkFiltersModelingModule.h"
35 #define VTK_PROJECTED_TEXTURE_USE_PINHOLE 0
36 #define VTK_PROJECTED_TEXTURE_USE_TWO_MIRRORS 1
38 VTK_ABI_NAMESPACE_BEGIN
61 vtkGetVectorMacro(FocalPoint,
double, 3);
69 vtkSetMacro(CameraMode,
int);
70 vtkGetMacro(CameraMode,
int);
79 vtkSetMacro(MirrorSeparation,
double);
80 vtkGetMacro(MirrorSeparation,
double);
87 vtkGetVectorMacro(Orientation,
double, 3);
94 vtkSetVector3Macro(Up,
double);
95 vtkGetVectorMacro(Up,
double, 3);
109 vtkSetVector3Macro(AspectRatio,
double);
110 vtkGetVectorMacro(AspectRatio,
double, 3);
117 vtkSetVector2Macro(SRange,
double);
118 vtkGetVectorMacro(SRange,
double, 2);
125 vtkSetVector2Macro(TRange,
double);
126 vtkGetVectorMacro(TRange,
double, 2);
139 double Orientation[3];
140 double FocalPoint[3];
143 double AspectRatio[3];
152 VTK_ABI_NAMESPACE_END
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
assign texture coordinates for a projected texture
void SetCameraModeToPinhole()
Set/Get the camera mode of the projection – pinhole projection or two mirror projection.
static vtkProjectedTexture * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void SetFocalPoint(double focalPoint[3])
Set/Get the focal point of the projector (a point that lies along the center axis of the projector's ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetCameraModeToTwoMirror()
Set/Get the camera mode of the projection – pinhole projection or two mirror projection.
void SetFocalPoint(double x, double y, double z)
Set/Get the focal point of the projector (a point that lies along the center axis of the projector's ...
~vtkProjectedTexture() override=default
struct Position_t Position
#define VTK_PROJECTED_TEXTURE_USE_PINHOLE
#define VTK_PROJECTED_TEXTURE_USE_TWO_MIRRORS