#include <vtkCameraInterpolator2.h>
Inherits vtkObject.
|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| void | AddPositionPathPoint (double x, double y, double z) |
| |
| void | ClearPositionPath () |
| |
| void | AddFocalPathPoint (double x, double y, double z) |
| |
| void | ClearFocalPath () |
| |
| virtual void | SetPositionPathInterpolationMode (int) |
| |
| virtual int | GetPositionPathInterpolationMode () |
| |
| virtual void | SetFocalPathInterpolationMode (int) |
| |
| virtual int | GetFocalPathInterpolationMode () |
| |
| void | InterpolateCamera (double u, vtkCamera *) |
| | u has to be in the range [0, 1]. More...
|
| |
|
| virtual void | SetFocalPointMode (int) |
| | Mode for managing the focal point. More...
|
| |
| virtual int | GetFocalPointMode () |
| | Mode for managing the focal point. More...
|
| |
|
| virtual void | SetPositionMode (int) |
| | Mode for managing the camera position. More...
|
| |
| virtual int | GetPositionMode () |
| | Mode for managing the camera position. More...
|
| |
|
| virtual void | SetClosedFocalPath (bool) |
| | When set, the FocalPointPath is treated as a closed path. More...
|
| |
| virtual bool | GetClosedFocalPath () |
| | When set, the FocalPointPath is treated as a closed path. More...
|
| |
| virtual void | ClosedFocalPathOn () |
| | When set, the FocalPointPath is treated as a closed path. More...
|
| |
| virtual void | ClosedFocalPathOff () |
| | When set, the FocalPointPath is treated as a closed path. More...
|
| |
|
| virtual void | SetClosedPositionPath (bool) |
| | When set, the PositionPath is treated as a closed path. More...
|
| |
| virtual bool | GetClosedPositionPath () |
| | When set, the PositionPath is treated as a closed path. More...
|
| |
| virtual void | ClosedPositionPathOn () |
| | When set, the PositionPath is treated as a closed path. More...
|
| |
| virtual void | ClosedPositionPathOff () |
| | When set, the PositionPath is treated as a closed path. More...
|
| |
Definition at line 31 of file vtkCameraInterpolator2.h.
§ Superclass
§ Modes
§ PathInterpolationModes
§ vtkCameraInterpolator2()
| vtkCameraInterpolator2::vtkCameraInterpolator2 |
( |
| ) |
|
|
protected |
§ ~vtkCameraInterpolator2()
| vtkCameraInterpolator2::~vtkCameraInterpolator2 |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
| virtual const char* vtkCameraInterpolator2::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
| static int vtkCameraInterpolator2::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
| virtual int vtkCameraInterpolator2::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
| void vtkCameraInterpolator2::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ AddPositionPathPoint()
| void vtkCameraInterpolator2::AddPositionPathPoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
§ ClearPositionPath()
| void vtkCameraInterpolator2::ClearPositionPath |
( |
| ) |
|
§ AddFocalPathPoint()
| void vtkCameraInterpolator2::AddFocalPathPoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
§ ClearFocalPath()
| void vtkCameraInterpolator2::ClearFocalPath |
( |
| ) |
|
§ SetFocalPointMode()
| virtual void vtkCameraInterpolator2::SetFocalPointMode |
( |
int |
| ) |
|
|
virtual |
Mode for managing the focal point.
At least one of the two modes FocalPointMode or PositionMode must be PATH for the animation to have any effect.
§ GetFocalPointMode()
| virtual int vtkCameraInterpolator2::GetFocalPointMode |
( |
| ) |
|
|
virtual |
Mode for managing the focal point.
At least one of the two modes FocalPointMode or PositionMode must be PATH for the animation to have any effect.
§ SetPositionMode()
| virtual void vtkCameraInterpolator2::SetPositionMode |
( |
int |
| ) |
|
|
virtual |
Mode for managing the camera position.
At least one of the two modes FocalPointMode or PositionMode must be PATH for the animation to have any effect.
§ GetPositionMode()
| virtual int vtkCameraInterpolator2::GetPositionMode |
( |
| ) |
|
|
virtual |
Mode for managing the camera position.
At least one of the two modes FocalPointMode or PositionMode must be PATH for the animation to have any effect.
§ SetPositionPathInterpolationMode()
| virtual void vtkCameraInterpolator2::SetPositionPathInterpolationMode |
( |
int |
| ) |
|
|
virtual |
§ GetPositionPathInterpolationMode()
| virtual int vtkCameraInterpolator2::GetPositionPathInterpolationMode |
( |
| ) |
|
|
virtual |
§ SetFocalPathInterpolationMode()
| virtual void vtkCameraInterpolator2::SetFocalPathInterpolationMode |
( |
int |
| ) |
|
|
virtual |
§ GetFocalPathInterpolationMode()
| virtual int vtkCameraInterpolator2::GetFocalPathInterpolationMode |
( |
| ) |
|
|
virtual |
§ SetClosedFocalPath()
| virtual void vtkCameraInterpolator2::SetClosedFocalPath |
( |
bool |
| ) |
|
|
virtual |
When set, the FocalPointPath is treated as a closed path.
§ GetClosedFocalPath()
| virtual bool vtkCameraInterpolator2::GetClosedFocalPath |
( |
| ) |
|
|
virtual |
When set, the FocalPointPath is treated as a closed path.
§ ClosedFocalPathOn()
| virtual void vtkCameraInterpolator2::ClosedFocalPathOn |
( |
| ) |
|
|
virtual |
When set, the FocalPointPath is treated as a closed path.
§ ClosedFocalPathOff()
| virtual void vtkCameraInterpolator2::ClosedFocalPathOff |
( |
| ) |
|
|
virtual |
When set, the FocalPointPath is treated as a closed path.
§ SetClosedPositionPath()
| virtual void vtkCameraInterpolator2::SetClosedPositionPath |
( |
bool |
| ) |
|
|
virtual |
When set, the PositionPath is treated as a closed path.
§ GetClosedPositionPath()
| virtual bool vtkCameraInterpolator2::GetClosedPositionPath |
( |
| ) |
|
|
virtual |
When set, the PositionPath is treated as a closed path.
§ ClosedPositionPathOn()
| virtual void vtkCameraInterpolator2::ClosedPositionPathOn |
( |
| ) |
|
|
virtual |
When set, the PositionPath is treated as a closed path.
§ ClosedPositionPathOff()
| virtual void vtkCameraInterpolator2::ClosedPositionPathOff |
( |
| ) |
|
|
virtual |
When set, the PositionPath is treated as a closed path.
§ InterpolateCamera()
| void vtkCameraInterpolator2::InterpolateCamera |
( |
double |
u, |
|
|
vtkCamera * |
|
|
) |
| |
u has to be in the range [0, 1].
§ Evaluate()
| void vtkCameraInterpolator2::Evaluate |
( |
double |
u, |
|
|
vtkParametricSpline * |
spline, |
|
|
double |
tuple[3] |
|
) |
| |
|
protected |
§ PositionMode
| int vtkCameraInterpolator2::PositionMode |
|
protected |
§ FocalPointMode
| int vtkCameraInterpolator2::FocalPointMode |
|
protected |
§ PositionPathInterpolationMode
| int vtkCameraInterpolator2::PositionPathInterpolationMode |
|
protected |
§ FocalPathInterpolationMode
| int vtkCameraInterpolator2::FocalPathInterpolationMode |
|
protected |
§ ClosedPositionPath
| bool vtkCameraInterpolator2::ClosedPositionPath |
|
protected |
§ ClosedFocalPath
| bool vtkCameraInterpolator2::ClosedFocalPath |
|
protected |
§ FocalPathPoints
| vtkPoints* vtkCameraInterpolator2::FocalPathPoints |
|
protected |
§ PositionPathPoints
| vtkPoints* vtkCameraInterpolator2::PositionPathPoints |
|
protected |
§ FocalSpline
| vtkParametricSpline* vtkCameraInterpolator2::FocalSpline |
|
protected |
§ PositionSpline
| vtkParametricSpline* vtkCameraInterpolator2::PositionSpline |
|
protected |
The documentation for this class was generated from the following file: