ActiViz .NET
5.8.0
|
vtkCameraPass - Implement the camera render pass. More...
Public Member Functions | |
vtkCameraPass (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCameraPass () | |
Undocumented Block. | |
virtual double | GetAspectRatioOverride () |
Used to override the aspect ratio used when computing the projection matrix. This is useful when rendering for tile-displays for example. | |
virtual vtkRenderPass | GetDelegatePass () |
Delegate for rendering the geometry. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkSequencePass with a vtkLigthsPass and a list of passes for the geometry. Initial value is a NULL pointer. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCameraPass | NewInstance () |
Undocumented Block. | |
override void | ReleaseGraphicsResources (vtkWindow w) |
Release graphics resources and ask components to release their own resources. | |
virtual void | SetAspectRatioOverride (double _arg) |
Used to override the aspect ratio used when computing the projection matrix. This is useful when rendering for tile-displays for example. | |
virtual void | SetDelegatePass (vtkRenderPass delegatePass) |
Delegate for rendering the geometry. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkSequencePass with a vtkLigthsPass and a list of passes for the geometry. Initial value is a NULL pointer. | |
Static Public Member Functions | |
static new vtkCameraPass | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCameraPass | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCameraPass" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkCameraPass" |
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 | vtkCameraPass_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkCameraPass_GetAspectRatioOverride_01 (HandleRef pThis) |
static internal IntPtr | vtkCameraPass_GetDelegatePass_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkCameraPass_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkCameraPass_IsTypeOf_04 (string type) |
static internal IntPtr | vtkCameraPass_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCameraPass_ReleaseGraphicsResources_07 (HandleRef pThis, HandleRef w) |
static internal IntPtr | vtkCameraPass_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCameraPass_SetAspectRatioOverride_09 (HandleRef pThis, double _arg) |
static internal void | vtkCameraPass_SetDelegatePass_10 (HandleRef pThis, HandleRef delegatePass) |
Static Private Member Functions | |
static | vtkCameraPass () |
Automatically generated type registration mechanics. |
vtkCameraPass - Implement the camera render pass.
Description Render the camera.
It setups the projection and modelview matrices and can clear the background It calls its delegate once. After its delegate returns, it restore the modelview matrix stack.
Its delegate is usually set to a vtkSequencePass with a vtkLigthsPass and a list of passes for the geometry.
static Kitware.VTK.vtkCameraPass.vtkCameraPass | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCameraPass.vtkCameraPass | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkCameraPass.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.vtkRenderPass.
virtual double Kitware.VTK.vtkCameraPass.GetAspectRatioOverride | ( | ) | [virtual] |
Used to override the aspect ratio used when computing the projection matrix. This is useful when rendering for tile-displays for example.
virtual vtkRenderPass Kitware.VTK.vtkCameraPass.GetDelegatePass | ( | ) | [virtual] |
Delegate for rendering the geometry. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkSequencePass with a vtkLigthsPass and a list of passes for the geometry. Initial value is a NULL pointer.
override int Kitware.VTK.vtkCameraPass.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
static new int Kitware.VTK.vtkCameraPass.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
static new vtkCameraPass Kitware.VTK.vtkCameraPass.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
override void Kitware.VTK.vtkCameraPass.ReleaseGraphicsResources | ( | vtkWindow | w | ) | [virtual] |
Release graphics resources and ask components to release their own resources.
Reimplemented from Kitware.VTK.vtkRenderPass.
static new vtkCameraPass Kitware.VTK.vtkCameraPass.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
virtual void Kitware.VTK.vtkCameraPass.SetAspectRatioOverride | ( | double | _arg | ) | [virtual] |
Used to override the aspect ratio used when computing the projection matrix. This is useful when rendering for tile-displays for example.
virtual void Kitware.VTK.vtkCameraPass.SetDelegatePass | ( | vtkRenderPass | delegatePass | ) | [virtual] |
Delegate for rendering the geometry. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkSequencePass with a vtkLigthsPass and a list of passes for the geometry. Initial value is a NULL pointer.
static internal double Kitware.VTK.vtkCameraPass.vtkCameraPass_GetAspectRatioOverride_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCameraPass.vtkCameraPass_GetDelegatePass_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkCameraPass.vtkCameraPass_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCameraPass.vtkCameraPass_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCameraPass.vtkCameraPass_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCameraPass.vtkCameraPass_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCameraPass.vtkCameraPass_ReleaseGraphicsResources_07 | ( | HandleRef | pThis, |
HandleRef | w | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCameraPass.vtkCameraPass_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCameraPass.vtkCameraPass_SetAspectRatioOverride_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCameraPass.vtkCameraPass_SetDelegatePass_10 | ( | HandleRef | pThis, |
HandleRef | delegatePass | ||
) | [private] |
new readonly string Kitware.VTK.vtkCameraPass.MRClassNameKey = "13vtkCameraPass" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderPass.
new const string Kitware.VTK.vtkCameraPass.MRFullTypeName = "Kitware.VTK.vtkCameraPass" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderPass.