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

vtkCameraActor - a frustum to represent a camera. More...

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

List of all members.

Public Member Functions

 vtkCameraActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCameraActor ()
 Undocumented Block.
override double[] GetBounds ()
 Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
virtual vtkCamera GetCamera ()
 The camera to represent. Initial value is NULL.
override uint GetMTime ()
 Get the actors mtime plus consider its properties and texture if set.
vtkProperty GetProperty ()
 Get property of the internal actor.
virtual double GetWidthByHeightRatio ()
 Ratio between the width and the height of the frustum. Initial value is 1.0 (square)
override int HasTranslucentPolygonalGeometry ()
 Does this prop have some translucent polygonal geometry? No.
override int IsA (string type)
 Undocumented Block.
new vtkCameraActor NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
override int RenderOpaqueGeometry (vtkViewport viewport)
 Support the standard render methods.
void SetCamera (vtkCamera camera)
 The camera to represent. Initial value is NULL.
void SetProperty (vtkProperty p)
 Set property of the internal actor.
virtual void SetWidthByHeightRatio (double _arg)
 Ratio between the width and the height of the frustum. Initial value is 1.0 (square)

Static Public Member Functions

static new vtkCameraActor New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkCameraActor SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkCameraActor"
 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 vtkCameraActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCameraActor_GetBounds_01 (HandleRef pThis)
static internal IntPtr vtkCameraActor_GetCamera_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkCameraActor_GetMTime_03 (HandleRef pThis)
static internal IntPtr vtkCameraActor_GetProperty_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkCameraActor_GetWidthByHeightRatio_05 (HandleRef pThis)
static internal int vtkCameraActor_HasTranslucentPolygonalGeometry_06 (HandleRef pThis)
static internal int vtkCameraActor_IsA_07 (HandleRef pThis, string type)
static internal int vtkCameraActor_IsTypeOf_08 (string type)
static internal IntPtr vtkCameraActor_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCameraActor_ReleaseGraphicsResources_11 (HandleRef pThis, HandleRef arg0)
static internal int vtkCameraActor_RenderOpaqueGeometry_12 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkCameraActor_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCameraActor_SetCamera_14 (HandleRef pThis, HandleRef camera)
static internal void vtkCameraActor_SetProperty_15 (HandleRef pThis, HandleRef p)
static internal void vtkCameraActor_SetWidthByHeightRatio_16 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkCameraActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCameraActor - a frustum to represent a camera.

Description vtkCameraActor is an actor used to represent a camera by its wireframe frustum.


Constructor & Destructor Documentation

static Kitware.VTK.vtkCameraActor.vtkCameraActor ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkCameraActor.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.vtkProp3D.

override double [] Kitware.VTK.vtkCameraActor.GetBounds ( ) [virtual]

Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).

Reimplemented from Kitware.VTK.vtkProp3D.

The camera to represent. Initial value is NULL.

Here is the call graph for this function:

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

Get the actors mtime plus consider its properties and texture if set.

Reimplemented from Kitware.VTK.vtkProp3D.

Get property of the internal actor.

Here is the call graph for this function:

Ratio between the width and the height of the frustum. Initial value is 1.0 (square)

Does this prop have some translucent polygonal geometry? No.

Reimplemented from Kitware.VTK.vtkProp.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.

Reimplemented from Kitware.VTK.vtkProp.

override int Kitware.VTK.vtkCameraActor.RenderOpaqueGeometry ( vtkViewport  viewport) [virtual]

Support the standard render methods.

Reimplemented from Kitware.VTK.vtkProp.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Here is the call graph for this function:

The camera to represent. Initial value is NULL.

Set property of the internal actor.

virtual void Kitware.VTK.vtkCameraActor.SetWidthByHeightRatio ( double  _arg) [virtual]

Ratio between the width and the height of the frustum. Initial value is 1.0 (square)

static internal IntPtr Kitware.VTK.vtkCameraActor.vtkCameraActor_GetBounds_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkCameraActor.vtkCameraActor_GetCamera_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkCameraActor.vtkCameraActor_GetMTime_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkCameraActor.vtkCameraActor_GetProperty_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkCameraActor.vtkCameraActor_GetWidthByHeightRatio_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCameraActor.vtkCameraActor_HasTranslucentPolygonalGeometry_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCameraActor.vtkCameraActor_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCameraActor.vtkCameraActor_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCameraActor.vtkCameraActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraActor.vtkCameraActor_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCameraActor.vtkCameraActor_ReleaseGraphicsResources_11 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkCameraActor.vtkCameraActor_RenderOpaqueGeometry_12 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkCameraActor.vtkCameraActor_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCameraActor.vtkCameraActor_SetCamera_14 ( HandleRef  pThis,
HandleRef  camera 
) [private]
static internal void Kitware.VTK.vtkCameraActor.vtkCameraActor_SetProperty_15 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkCameraActor.vtkCameraActor_SetWidthByHeightRatio_16 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCameraActor.MRClassNameKey = "14vtkCameraActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.


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