ActiViz .NET
5.8.0
|
vtkCameraWidget - 2D widget for saving a series of camera views More...
Public Member Functions | |
vtkCameraWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCameraWidget () | |
Instantiate this class. | |
override void | CreateDefaultRepresentation () |
Create the default widget representation if one is not set. | |
override int | IsA (string type) |
Standar VTK class methods. | |
new vtkCameraWidget | NewInstance () |
Standar VTK class methods. | |
void | SetRepresentation (vtkCameraRepresentation r) |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget. | |
Static Public Member Functions | |
static new vtkCameraWidget | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standar VTK class methods. | |
static new vtkCameraWidget | SafeDownCast (vtkObjectBase o) |
Standar VTK class methods. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCameraWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkCameraWidget" |
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 | vtkCameraWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCameraWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal int | vtkCameraWidget_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkCameraWidget_IsTypeOf_03 (string type) |
static internal IntPtr | vtkCameraWidget_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCameraWidget_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCameraWidget_SetRepresentation_07 (HandleRef pThis, HandleRef r) |
Static Private Member Functions | |
static | vtkCameraWidget () |
Automatically generated type registration mechanics. |
vtkCameraWidget - 2D widget for saving a series of camera views
Description This class provides support for interactively saving a series of camera views into an interpolated path (using vtkCameraInterpolator). To use the class start by specifying a camera to interpolate, and then simply start recording by hitting the "record" button, manipulate the camera (by using an interactor, direct scripting, or any other means), and then save the camera view. Repeat this process to record a series of views. The user can then play back interpolated camera views using the vtkCameraInterpolator.
static Kitware.VTK.vtkCameraWidget.vtkCameraWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCameraWidget.vtkCameraWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
override void Kitware.VTK.vtkCameraWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from Kitware.VTK.vtkBorderWidget.
override void Kitware.VTK.vtkCameraWidget.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.vtkBorderWidget.
override int Kitware.VTK.vtkCameraWidget.IsA | ( | string | type | ) | [virtual] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new int Kitware.VTK.vtkCameraWidget.IsTypeOf | ( | string | type | ) | [static] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new vtkCameraWidget Kitware.VTK.vtkCameraWidget.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkBorderWidget.
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new vtkCameraWidget Kitware.VTK.vtkCameraWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
static internal void Kitware.VTK.vtkCameraWidget.vtkCameraWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCameraWidget.vtkCameraWidget_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCameraWidget.vtkCameraWidget_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCameraWidget.vtkCameraWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCameraWidget.vtkCameraWidget_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCameraWidget.vtkCameraWidget_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCameraWidget.vtkCameraWidget_SetRepresentation_07 | ( | HandleRef | pThis, |
HandleRef | r | ||
) | [private] |
new readonly string Kitware.VTK.vtkCameraWidget.MRClassNameKey = "15vtkCameraWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.
new const string Kitware.VTK.vtkCameraWidget.MRFullTypeName = "Kitware.VTK.vtkCameraWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.