ActiViz .NET
5.8.0
|
vtkDistanceToCamera - calculates distance from points to the camera. More...
Public Member Functions | |
vtkDistanceToCamera (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDistanceToCamera () | |
Undocumented Block. | |
override uint | GetMTime () |
The modified time of this filter. | |
virtual vtkRenderer | GetRenderer () |
The renderer which will ultimately render these points. | |
virtual bool | GetScaling () |
Whether to scale the distance by the input array to process. | |
virtual double | GetScreenSize () |
The desired screen size obtained by scaling glyphs by the distance array. It assumes the glyph at each point will be unit size. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDistanceToCamera | NewInstance () |
Undocumented Block. | |
virtual void | ScalingOff () |
Whether to scale the distance by the input array to process. | |
virtual void | ScalingOn () |
Whether to scale the distance by the input array to process. | |
void | SetRenderer (vtkRenderer ren) |
The renderer which will ultimately render these points. | |
virtual void | SetScaling (bool _arg) |
Whether to scale the distance by the input array to process. | |
virtual void | SetScreenSize (double _arg) |
The desired screen size obtained by scaling glyphs by the distance array. It assumes the glyph at each point will be unit size. | |
Static Public Member Functions | |
static new vtkDistanceToCamera | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDistanceToCamera | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDistanceToCamera" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkDistanceToCamera" |
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 | vtkDistanceToCamera_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkDistanceToCamera_GetMTime_01 (HandleRef pThis) |
static internal IntPtr | vtkDistanceToCamera_GetRenderer_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkDistanceToCamera_GetScaling_03 (HandleRef pThis) |
static internal double | vtkDistanceToCamera_GetScreenSize_04 (HandleRef pThis) |
static internal int | vtkDistanceToCamera_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkDistanceToCamera_IsTypeOf_06 (string type) |
static internal IntPtr | vtkDistanceToCamera_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDistanceToCamera_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDistanceToCamera_ScalingOff_10 (HandleRef pThis) |
static internal void | vtkDistanceToCamera_ScalingOn_11 (HandleRef pThis) |
static internal void | vtkDistanceToCamera_SetRenderer_12 (HandleRef pThis, HandleRef ren) |
static internal void | vtkDistanceToCamera_SetScaling_13 (HandleRef pThis, byte _arg) |
static internal void | vtkDistanceToCamera_SetScreenSize_14 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkDistanceToCamera () |
Automatically generated type registration mechanics. |
vtkDistanceToCamera - calculates distance from points to the camera.
Description This filter adds a double array containing the distance from each point to the camera. If Scaling is on, it will use the values in the input array to process in order to scale the size of the points. ScreenSize sets the size in screen pixels that you would want a rendered rectangle at that point to be, if it was scaled by the output array.
static Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDistanceToCamera.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.vtkPolyDataAlgorithm.
override uint Kitware.VTK.vtkDistanceToCamera.GetMTime | ( | ) | [virtual] |
The modified time of this filter.
Reimplemented from Kitware.VTK.vtkObject.
virtual vtkRenderer Kitware.VTK.vtkDistanceToCamera.GetRenderer | ( | ) | [virtual] |
The renderer which will ultimately render these points.
virtual bool Kitware.VTK.vtkDistanceToCamera.GetScaling | ( | ) | [virtual] |
Whether to scale the distance by the input array to process.
virtual double Kitware.VTK.vtkDistanceToCamera.GetScreenSize | ( | ) | [virtual] |
The desired screen size obtained by scaling glyphs by the distance array. It assumes the glyph at each point will be unit size.
override int Kitware.VTK.vtkDistanceToCamera.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkDistanceToCamera.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkDistanceToCamera Kitware.VTK.vtkDistanceToCamera.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkDistanceToCamera Kitware.VTK.vtkDistanceToCamera.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkDistanceToCamera.ScalingOff | ( | ) | [virtual] |
Whether to scale the distance by the input array to process.
virtual void Kitware.VTK.vtkDistanceToCamera.ScalingOn | ( | ) | [virtual] |
Whether to scale the distance by the input array to process.
The renderer which will ultimately render these points.
virtual void Kitware.VTK.vtkDistanceToCamera.SetScaling | ( | bool | _arg | ) | [virtual] |
Whether to scale the distance by the input array to process.
virtual void Kitware.VTK.vtkDistanceToCamera.SetScreenSize | ( | double | _arg | ) | [virtual] |
The desired screen size obtained by scaling glyphs by the distance array. It assumes the glyph at each point will be unit size.
static internal uint Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_GetMTime_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_GetRenderer_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_GetScaling_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_GetScreenSize_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_ScalingOff_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_ScalingOn_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_SetRenderer_12 | ( | HandleRef | pThis, |
HandleRef | ren | ||
) | [private] |
static internal void Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_SetScaling_13 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDistanceToCamera.vtkDistanceToCamera_SetScreenSize_14 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDistanceToCamera.MRClassNameKey = "19vtkDistanceToCamera" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkDistanceToCamera.MRFullTypeName = "Kitware.VTK.vtkDistanceToCamera" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.