ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkCameraInterpolator Class Reference

vtkCameraInterpolator - interpolate a series of cameras to update a new camera More...

Inheritance diagram for Kitware.VTK.vtkCameraInterpolator:
[legend]
Collaboration diagram for Kitware.VTK.vtkCameraInterpolator:
[legend]

List of all members.

Public Types

enum  INTERPOLATION_TYPE_LINEAR_WrapperEnum { INTERPOLATION_TYPE_LINEAR = 0, INTERPOLATION_TYPE_MANUAL = 2, INTERPOLATION_TYPE_SPLINE = 1 }
 Interpolate the list of cameras and determine a new camera (i.e., fill in the camera provided). If t is outside the range of (min,max) values, then t is clamped to lie within this range. More...

Public Member Functions

 vtkCameraInterpolator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCameraInterpolator ()
 Instantiate the class.
void AddCamera (double t, vtkCamera camera)
 Add another camera to the list of cameras defining the camera function. Note that using the same time t value more than once replaces the previous camera value at t. At least one camera must be added to define a function.
virtual vtkTupleInterpolator GetClippingRangeInterpolator ()
 Set/Get the tuple interpolator used to interpolate the clipping range portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual vtkTupleInterpolator GetFocalPointInterpolator ()
 Set/Get the tuple interpolator used to interpolate the focal point portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual int GetInterpolationType ()
 These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.
virtual int GetInterpolationTypeMaxValue ()
 These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.
virtual int GetInterpolationTypeMinValue ()
 These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.
override uint GetMTime ()
 Override GetMTime() because we depend on the interpolators which may be modified outside of this class.
double GetMaximumT ()
 Obtain some information about the interpolation range. The numbers returned are undefined if the list of cameras is empty.
double GetMinimumT ()
 Obtain some information about the interpolation range. The numbers returned are undefined if the list of cameras is empty.
int GetNumberOfCameras ()
 Return the number of cameras in the list of cameras.
virtual vtkTupleInterpolator GetParallelScaleInterpolator ()
 Set/Get the tuple interpolator used to interpolate the parallel scale portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual vtkTupleInterpolator GetPositionInterpolator ()
 Set/Get the tuple interpolator used to interpolate the position portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual vtkTupleInterpolator GetViewAngleInterpolator ()
 Set/Get the tuple interpolator used to interpolate the view angle portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual vtkTupleInterpolator GetViewUpInterpolator ()
 Set/Get the tuple interpolator used to interpolate the view up portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
void Initialize ()
 Clear the list of cameras.
void InterpolateCamera (double t, vtkCamera camera)
 Interpolate the list of cameras and determine a new camera (i.e., fill in the camera provided). If t is outside the range of (min,max) values, then t is clamped to lie within this range.
override int IsA (string type)
 Undocumented Block.
new vtkCameraInterpolator NewInstance ()
 Undocumented Block.
void RemoveCamera (double t)
 Delete the camera at a particular parameter t. If there is no camera defined at location t, then the method does nothing.
virtual void SetClippingRangeInterpolator (vtkTupleInterpolator arg0)
 Set/Get the tuple interpolator used to interpolate the clipping range portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual void SetFocalPointInterpolator (vtkTupleInterpolator arg0)
 Set/Get the tuple interpolator used to interpolate the focal point portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual void SetInterpolationType (int _arg)
 These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.
void SetInterpolationTypeToLinear ()
 These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.
void SetInterpolationTypeToManual ()
 These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.
void SetInterpolationTypeToSpline ()
 These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.
virtual void SetParallelScaleInterpolator (vtkTupleInterpolator arg0)
 Set/Get the tuple interpolator used to interpolate the parallel scale portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual void SetPositionInterpolator (vtkTupleInterpolator arg0)
 Set/Get the tuple interpolator used to interpolate the position portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual void SetViewAngleInterpolator (vtkTupleInterpolator arg0)
 Set/Get the tuple interpolator used to interpolate the view angle portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.
virtual void SetViewUpInterpolator (vtkTupleInterpolator arg0)
 Set/Get the tuple interpolator used to interpolate the view up portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Static Public Member Functions

static new vtkCameraInterpolator New ()
 Instantiate the class.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkCameraInterpolator SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkCameraInterpolator"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkCameraInterpolator"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkCameraInterpolator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCameraInterpolator_AddCamera_01 (HandleRef pThis, double t, HandleRef camera)
static internal IntPtr vtkCameraInterpolator_GetClippingRangeInterpolator_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCameraInterpolator_GetFocalPointInterpolator_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkCameraInterpolator_GetInterpolationType_04 (HandleRef pThis)
static internal int vtkCameraInterpolator_GetInterpolationTypeMaxValue_05 (HandleRef pThis)
static internal int vtkCameraInterpolator_GetInterpolationTypeMinValue_06 (HandleRef pThis)
static internal uint vtkCameraInterpolator_GetMTime_07 (HandleRef pThis)
static internal double vtkCameraInterpolator_GetMaximumT_08 (HandleRef pThis)
static internal double vtkCameraInterpolator_GetMinimumT_09 (HandleRef pThis)
static internal int vtkCameraInterpolator_GetNumberOfCameras_10 (HandleRef pThis)
static internal IntPtr vtkCameraInterpolator_GetParallelScaleInterpolator_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCameraInterpolator_GetPositionInterpolator_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCameraInterpolator_GetViewAngleInterpolator_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCameraInterpolator_GetViewUpInterpolator_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCameraInterpolator_Initialize_15 (HandleRef pThis)
static internal void vtkCameraInterpolator_InterpolateCamera_16 (HandleRef pThis, double t, HandleRef camera)
static internal int vtkCameraInterpolator_IsA_17 (HandleRef pThis, string type)
static internal int vtkCameraInterpolator_IsTypeOf_18 (string type)
static internal IntPtr vtkCameraInterpolator_NewInstance_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCameraInterpolator_RemoveCamera_21 (HandleRef pThis, double t)
static internal IntPtr vtkCameraInterpolator_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCameraInterpolator_SetClippingRangeInterpolator_23 (HandleRef pThis, HandleRef arg0)
static internal void vtkCameraInterpolator_SetFocalPointInterpolator_24 (HandleRef pThis, HandleRef arg0)
static internal void vtkCameraInterpolator_SetInterpolationType_25 (HandleRef pThis, int _arg)
static internal void vtkCameraInterpolator_SetInterpolationTypeToLinear_26 (HandleRef pThis)
static internal void vtkCameraInterpolator_SetInterpolationTypeToManual_27 (HandleRef pThis)
static internal void vtkCameraInterpolator_SetInterpolationTypeToSpline_28 (HandleRef pThis)
static internal void vtkCameraInterpolator_SetParallelScaleInterpolator_29 (HandleRef pThis, HandleRef arg0)
static internal void vtkCameraInterpolator_SetPositionInterpolator_30 (HandleRef pThis, HandleRef arg0)
static internal void vtkCameraInterpolator_SetViewAngleInterpolator_31 (HandleRef pThis, HandleRef arg0)
static internal void vtkCameraInterpolator_SetViewUpInterpolator_32 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkCameraInterpolator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCameraInterpolator - interpolate a series of cameras to update a new camera

Description This class is used to interpolate a series of cameras to update a specified camera. Either linear interpolation or spline interpolation may be used. The instance variables currently interpolated include position, focal point, view up, view angle, parallel scale, and clipping range.

To use this class, specify the type of interpolation to use, and add a series of cameras at various times "t" to the list of cameras from which to interpolate. Then to interpolate in between cameras, simply invoke the function InterpolateCamera(t,camera) where "camera" is the camera to be updated with interpolated values. Note that "t" should be in the range (min,max) times specified with the AddCamera() method. If outside this range, the interpolation is clamped. This class copies the camera information (as compared to referencing the cameras) so you do not need to keep separate instances of the camera around for each camera added to the list of cameras to interpolate.

Caveats The interpolator classes are initialized the first time InterpolateCamera() is called. Any later changes to the interpolators, or additions to the list of cameras to be interpolated, causes a reinitialization of the interpolators the next time InterpolateCamera() is invoked. Thus the best performance is obtained by 1) configuring the interpolators, 2) adding all the cameras, and 3) finally performing interpolation.

Currently position, focal point and view up are interpolated to define the orientation of the camera. Quaternion interpolation may be added in the future as an alternative interpolation method for camera orientation.


Member Enumeration Documentation

Interpolate the list of cameras and determine a new camera (i.e., fill in the camera provided). If t is outside the range of (min,max) values, then t is clamped to lie within this range.

Enumerator:
INTERPOLATION_TYPE_LINEAR 

enum member

INTERPOLATION_TYPE_MANUAL 

enum member

INTERPOLATION_TYPE_SPLINE 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate the class.


Member Function Documentation

void Kitware.VTK.vtkCameraInterpolator.AddCamera ( double  t,
vtkCamera  camera 
)

Add another camera to the list of cameras defining the camera function. Note that using the same time t value more than once replaces the previous camera value at t. At least one camera must be added to define a function.

override void Kitware.VTK.vtkCameraInterpolator.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkObject.

Set/Get the tuple interpolator used to interpolate the clipping range portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Here is the call graph for this function:

Set/Get the tuple interpolator used to interpolate the focal point portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Here is the call graph for this function:

These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.

These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.

These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.

Obtain some information about the interpolation range. The numbers returned are undefined if the list of cameras is empty.

Obtain some information about the interpolation range. The numbers returned are undefined if the list of cameras is empty.

override uint Kitware.VTK.vtkCameraInterpolator.GetMTime ( ) [virtual]

Override GetMTime() because we depend on the interpolators which may be modified outside of this class.

Reimplemented from Kitware.VTK.vtkObject.

Return the number of cameras in the list of cameras.

Set/Get the tuple interpolator used to interpolate the parallel scale portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Here is the call graph for this function:

Set/Get the tuple interpolator used to interpolate the position portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Here is the call graph for this function:

Set/Get the tuple interpolator used to interpolate the view angle portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Here is the call graph for this function:

Set/Get the tuple interpolator used to interpolate the view up portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Here is the call graph for this function:

Clear the list of cameras.

Interpolate the list of cameras and determine a new camera (i.e., fill in the camera provided). If t is outside the range of (min,max) values, then t is clamped to lie within this range.

override int Kitware.VTK.vtkCameraInterpolator.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new int Kitware.VTK.vtkCameraInterpolator.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Instantiate the class.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Delete the camera at a particular parameter t. If there is no camera defined at location t, then the method does nothing.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

Set/Get the tuple interpolator used to interpolate the clipping range portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Set/Get the tuple interpolator used to interpolate the focal point portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

virtual void Kitware.VTK.vtkCameraInterpolator.SetInterpolationType ( int  _arg) [virtual]

These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.

These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.

These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.

These are convenience methods to switch between linear and spline interpolation. The methods simply forward the request for linear or spline interpolation to the instance variable interpolators (i.e., position, focal point, clipping range, orientation, etc.) interpolators. Note that if the InterpolationType is set to "Manual", then the interpolators are expected to be directly manipulated and this class does not forward the request for interpolation type to its interpolators.

Set/Get the tuple interpolator used to interpolate the parallel scale portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Set/Get the tuple interpolator used to interpolate the position portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Set/Get the tuple interpolator used to interpolate the view angle portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

Set/Get the tuple interpolator used to interpolate the view up portion of the camera. Note that you can modify the behavior of the interpolator (linear vs spline interpolation; change spline basis) by manipulating the interpolator instances directly.

static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_AddCamera_01 ( HandleRef  pThis,
double  t,
HandleRef  camera 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetClippingRangeInterpolator_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetFocalPointInterpolator_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetInterpolationType_04 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetMaximumT_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetMinimumT_09 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetMTime_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetNumberOfCameras_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetParallelScaleInterpolator_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetPositionInterpolator_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetViewAngleInterpolator_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_GetViewUpInterpolator_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_Initialize_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_InterpolateCamera_16 ( HandleRef  pThis,
double  t,
HandleRef  camera 
) [private]
static internal int Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_IsA_17 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_IsTypeOf_18 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_NewInstance_20 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_RemoveCamera_21 ( HandleRef  pThis,
double  t 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SafeDownCast_22 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SetClippingRangeInterpolator_23 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SetFocalPointInterpolator_24 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SetInterpolationType_25 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SetParallelScaleInterpolator_29 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SetPositionInterpolator_30 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SetViewAngleInterpolator_31 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCameraInterpolator.vtkCameraInterpolator_SetViewUpInterpolator_32 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCameraInterpolator.MRClassNameKey = "21vtkCameraInterpolator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkCameraInterpolator.MRFullTypeName = "Kitware.VTK.vtkCameraInterpolator"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


The documentation for this class was generated from the following file: