|
ActiViz .NET
5.8.0
|
vtkElevationFilter - generate scalars along a specified direction More...
Public Member Functions | |
| vtkElevationFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkElevationFilter () | |
| Undocumented Block. | |
| virtual double[] | GetHighPoint () |
| Define other end of the line (large scalar values). Default is (0,0,1). | |
| virtual void | GetHighPoint (IntPtr data) |
| Define other end of the line (large scalar values). Default is (0,0,1). | |
| virtual double[] | GetLowPoint () |
| Define one end of the line (small scalar values). Default is (0,0,0). | |
| virtual void | GetLowPoint (IntPtr data) |
| Define one end of the line (small scalar values). Default is (0,0,0). | |
| virtual double[] | GetScalarRange () |
| Specify range to map scalars into. Default is [0, 1]. | |
| virtual void | GetScalarRange (IntPtr data) |
| Specify range to map scalars into. Default is [0, 1]. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkElevationFilter | NewInstance () |
| Undocumented Block. | |
| virtual void | SetHighPoint (double _arg1, double _arg2, double _arg3) |
| Define other end of the line (large scalar values). Default is (0,0,1). | |
| virtual void | SetHighPoint (IntPtr _arg) |
| Define other end of the line (large scalar values). Default is (0,0,1). | |
| virtual void | SetLowPoint (double _arg1, double _arg2, double _arg3) |
| Define one end of the line (small scalar values). Default is (0,0,0). | |
| virtual void | SetLowPoint (IntPtr _arg) |
| Define one end of the line (small scalar values). Default is (0,0,0). | |
| virtual void | SetScalarRange (double _arg1, double _arg2) |
| Specify range to map scalars into. Default is [0, 1]. | |
| void | SetScalarRange (IntPtr _arg) |
| Specify range to map scalars into. Default is [0, 1]. | |
Static Public Member Functions | |
| static new vtkElevationFilter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkElevationFilter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkElevationFilter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkElevationFilter" |
| 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 | vtkElevationFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkElevationFilter_GetHighPoint_01 (HandleRef pThis) |
| static internal void | vtkElevationFilter_GetHighPoint_02 (HandleRef pThis, IntPtr data) |
| static internal IntPtr | vtkElevationFilter_GetLowPoint_03 (HandleRef pThis) |
| static internal void | vtkElevationFilter_GetLowPoint_04 (HandleRef pThis, IntPtr data) |
| static internal IntPtr | vtkElevationFilter_GetScalarRange_05 (HandleRef pThis) |
| static internal void | vtkElevationFilter_GetScalarRange_06 (HandleRef pThis, IntPtr data) |
| static internal int | vtkElevationFilter_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkElevationFilter_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkElevationFilter_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkElevationFilter_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkElevationFilter_SetHighPoint_12 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkElevationFilter_SetHighPoint_13 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkElevationFilter_SetLowPoint_14 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkElevationFilter_SetLowPoint_15 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkElevationFilter_SetScalarRange_16 (HandleRef pThis, double _arg1, double _arg2) |
| static internal void | vtkElevationFilter_SetScalarRange_17 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
| static | vtkElevationFilter () |
| Automatically generated type registration mechanics. | |
vtkElevationFilter - generate scalars along a specified direction
Description vtkElevationFilter is a filter to generate scalar values from a dataset. The scalar values lie within a user specified range, and are generated by computing a projection of each dataset point onto a line. The line can be oriented arbitrarily. A typical example is to generate scalars based on elevation or height above a plane.
| static Kitware.VTK.vtkElevationFilter.vtkElevationFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkElevationFilter.vtkElevationFilter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkElevationFilter.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.vtkDataSetAlgorithm.
| virtual double [] Kitware.VTK.vtkElevationFilter.GetHighPoint | ( | ) | [virtual] |
Define other end of the line (large scalar values). Default is (0,0,1).
| virtual void Kitware.VTK.vtkElevationFilter.GetHighPoint | ( | IntPtr | data | ) | [virtual] |
Define other end of the line (large scalar values). Default is (0,0,1).
| virtual double [] Kitware.VTK.vtkElevationFilter.GetLowPoint | ( | ) | [virtual] |
Define one end of the line (small scalar values). Default is (0,0,0).
| virtual void Kitware.VTK.vtkElevationFilter.GetLowPoint | ( | IntPtr | data | ) | [virtual] |
Define one end of the line (small scalar values). Default is (0,0,0).
| virtual double [] Kitware.VTK.vtkElevationFilter.GetScalarRange | ( | ) | [virtual] |
Specify range to map scalars into. Default is [0, 1].
| virtual void Kitware.VTK.vtkElevationFilter.GetScalarRange | ( | IntPtr | data | ) | [virtual] |
Specify range to map scalars into. Default is [0, 1].
| override int Kitware.VTK.vtkElevationFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new int Kitware.VTK.vtkElevationFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkElevationFilter Kitware.VTK.vtkElevationFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkElevationFilter Kitware.VTK.vtkElevationFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| virtual void Kitware.VTK.vtkElevationFilter.SetHighPoint | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Define other end of the line (large scalar values). Default is (0,0,1).
| virtual void Kitware.VTK.vtkElevationFilter.SetHighPoint | ( | IntPtr | _arg | ) | [virtual] |
Define other end of the line (large scalar values). Default is (0,0,1).
| virtual void Kitware.VTK.vtkElevationFilter.SetLowPoint | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Define one end of the line (small scalar values). Default is (0,0,0).
| virtual void Kitware.VTK.vtkElevationFilter.SetLowPoint | ( | IntPtr | _arg | ) | [virtual] |
Define one end of the line (small scalar values). Default is (0,0,0).
| virtual void Kitware.VTK.vtkElevationFilter.SetScalarRange | ( | double | _arg1, |
| double | _arg2 | ||
| ) | [virtual] |
Specify range to map scalars into. Default is [0, 1].
| void Kitware.VTK.vtkElevationFilter.SetScalarRange | ( | IntPtr | _arg | ) |
Specify range to map scalars into. Default is [0, 1].
| static internal IntPtr Kitware.VTK.vtkElevationFilter.vtkElevationFilter_GetHighPoint_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_GetHighPoint_02 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkElevationFilter.vtkElevationFilter_GetLowPoint_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_GetLowPoint_04 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkElevationFilter.vtkElevationFilter_GetScalarRange_05 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_GetScalarRange_06 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkElevationFilter.vtkElevationFilter_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkElevationFilter.vtkElevationFilter_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkElevationFilter.vtkElevationFilter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkElevationFilter.vtkElevationFilter_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkElevationFilter.vtkElevationFilter_SafeDownCast_11 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_SetHighPoint_12 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_SetHighPoint_13 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_SetLowPoint_14 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_SetLowPoint_15 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_SetScalarRange_16 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkElevationFilter.vtkElevationFilter_SetScalarRange_17 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkElevationFilter.MRClassNameKey = "18vtkElevationFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| new const string Kitware.VTK.vtkElevationFilter.MRFullTypeName = "Kitware.VTK.vtkElevationFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
1.7.6.1