ActiViz .NET
5.8.0
|
vtkLightActor - a cone and a frustum to represent a spotlight. More...
Public Member Functions | |
vtkLightActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkLightActor () | |
Undocumented Block. | |
override double[] | GetBounds () |
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
virtual double[] | GetClippingRange () |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0) | |
virtual void | GetClippingRange (ref double _arg1, ref double _arg2) |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0) | |
virtual void | GetClippingRange (IntPtr _arg) |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0) | |
virtual vtkLight | GetLight () |
The spotlight to represent. Initial value is NULL. | |
override uint | GetMTime () |
Get the actors mtime plus consider its properties and texture if set. | |
override int | HasTranslucentPolygonalGeometry () |
Does this prop have some translucent polygonal geometry? No. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkLightActor | 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 | SetClippingRange (double dNear, double dFar) |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0) | |
void | SetClippingRange (IntPtr a) |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0) | |
void | SetLight (vtkLight light) |
The spotlight to represent. Initial value is NULL. | |
Static Public Member Functions | |
static new vtkLightActor | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkLightActor | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkLightActor" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkLightActor" |
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 | vtkLightActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkLightActor_GetBounds_01 (HandleRef pThis) |
static internal IntPtr | vtkLightActor_GetClippingRange_02 (HandleRef pThis) |
static internal void | vtkLightActor_GetClippingRange_03 (HandleRef pThis, ref double _arg1, ref double _arg2) |
static internal void | vtkLightActor_GetClippingRange_04 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkLightActor_GetLight_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkLightActor_GetMTime_06 (HandleRef pThis) |
static internal int | vtkLightActor_HasTranslucentPolygonalGeometry_07 (HandleRef pThis) |
static internal int | vtkLightActor_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkLightActor_IsTypeOf_09 (string type) |
static internal IntPtr | vtkLightActor_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkLightActor_ReleaseGraphicsResources_12 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkLightActor_RenderOpaqueGeometry_13 (HandleRef pThis, HandleRef viewport) |
static internal IntPtr | vtkLightActor_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkLightActor_SetClippingRange_15 (HandleRef pThis, double dNear, double dFar) |
static internal void | vtkLightActor_SetClippingRange_16 (HandleRef pThis, IntPtr a) |
static internal void | vtkLightActor_SetLight_17 (HandleRef pThis, HandleRef light) |
Static Private Member Functions | |
static | vtkLightActor () |
Automatically generated type registration mechanics. |
vtkLightActor - a cone and a frustum to represent a spotlight.
Description vtkLightActor is a composite actor used to represent a spotlight. The cone angle is equal to the spotlight angle, the cone apex is at the position of the light, the direction of the light goes from the cone apex to the center of the base of the cone. The square frustum position is the light position, the frustum focal point is in the direction of the light direction. The frustum vertical view angle (aperture) (this is also the horizontal view angle as the frustum is square) is equal to twice the cone angle. The clipping range of the frustum is arbitrary set by the user (initially at 0.5,11.0).
static Kitware.VTK.vtkLightActor.vtkLightActor | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkLightActor.vtkLightActor | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkLightActor.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.vtkLightActor.GetBounds | ( | ) | [virtual] |
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Reimplemented from Kitware.VTK.vtkProp3D.
virtual double [] Kitware.VTK.vtkLightActor.GetClippingRange | ( | ) | [virtual] |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0)
virtual void Kitware.VTK.vtkLightActor.GetClippingRange | ( | ref double | _arg1, |
ref double | _arg2 | ||
) | [virtual] |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0)
virtual void Kitware.VTK.vtkLightActor.GetClippingRange | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0)
virtual vtkLight Kitware.VTK.vtkLightActor.GetLight | ( | ) | [virtual] |
The spotlight to represent. Initial value is NULL.
override uint Kitware.VTK.vtkLightActor.GetMTime | ( | ) | [virtual] |
Get the actors mtime plus consider its properties and texture if set.
Reimplemented from Kitware.VTK.vtkProp3D.
override int Kitware.VTK.vtkLightActor.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Does this prop have some translucent polygonal geometry? No.
Reimplemented from Kitware.VTK.vtkProp.
override int Kitware.VTK.vtkLightActor.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
static new int Kitware.VTK.vtkLightActor.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
static new vtkLightActor Kitware.VTK.vtkLightActor.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
override void Kitware.VTK.vtkLightActor.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
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.vtkLightActor.RenderOpaqueGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from Kitware.VTK.vtkProp.
static new vtkLightActor Kitware.VTK.vtkLightActor.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
void Kitware.VTK.vtkLightActor.SetClippingRange | ( | double | dNear, |
double | dFar | ||
) |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0)
void Kitware.VTK.vtkLightActor.SetClippingRange | ( | IntPtr | a | ) |
Set/Get the location of the near and far clipping planes along the direction of projection. Both of these values must be positive. Initial values are (0.5,11.0)
void Kitware.VTK.vtkLightActor.SetLight | ( | vtkLight | light | ) |
The spotlight to represent. Initial value is NULL.
static internal IntPtr Kitware.VTK.vtkLightActor.vtkLightActor_GetBounds_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLightActor.vtkLightActor_GetClippingRange_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkLightActor.vtkLightActor_GetClippingRange_03 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkLightActor.vtkLightActor_GetClippingRange_04 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLightActor.vtkLightActor_GetLight_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkLightActor.vtkLightActor_GetMTime_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLightActor.vtkLightActor_HasTranslucentPolygonalGeometry_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLightActor.vtkLightActor_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkLightActor.vtkLightActor_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLightActor.vtkLightActor_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLightActor.vtkLightActor_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkLightActor.vtkLightActor_ReleaseGraphicsResources_12 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLightActor.vtkLightActor_RenderOpaqueGeometry_13 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLightActor.vtkLightActor_SafeDownCast_14 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkLightActor.vtkLightActor_SetClippingRange_15 | ( | HandleRef | pThis, |
double | dNear, | ||
double | dFar | ||
) | [private] |
static internal void Kitware.VTK.vtkLightActor.vtkLightActor_SetClippingRange_16 | ( | HandleRef | pThis, |
IntPtr | a | ||
) | [private] |
static internal void Kitware.VTK.vtkLightActor.vtkLightActor_SetLight_17 | ( | HandleRef | pThis, |
HandleRef | light | ||
) | [private] |
new readonly string Kitware.VTK.vtkLightActor.MRClassNameKey = "13vtkLightActor" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProp3D.
new const string Kitware.VTK.vtkLightActor.MRFullTypeName = "Kitware.VTK.vtkLightActor" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProp3D.