|
ActiViz .NET
5.8.0
|
vtkPOutlineCornerFilter - create wireframe outline corners for arbitrary data set More...
Public Member Functions | |
| vtkPOutlineCornerFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPOutlineCornerFilter () | |
| Construct outline corner filter with default corner factor = 0.2. | |
| virtual vtkMultiProcessController | GetController () |
| Set and get the controller. | |
| virtual double | GetCornerFactor () |
| Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds. | |
| virtual double | GetCornerFactorMaxValue () |
| Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds. | |
| virtual double | GetCornerFactorMinValue () |
| Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPOutlineCornerFilter | NewInstance () |
| Undocumented Block. | |
| virtual void | SetController (vtkMultiProcessController arg0) |
| Set and get the controller. | |
| virtual void | SetCornerFactor (double _arg) |
| Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds. | |
Static Public Member Functions | |
| static new vtkPOutlineCornerFilter | New () |
| Construct outline corner filter with default corner factor = 0.2. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPOutlineCornerFilter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPOutlineCornerFilter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "23vtkPOutlineCornerFilter" |
| 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 | vtkPOutlineCornerFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPOutlineCornerFilter_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkPOutlineCornerFilter_GetCornerFactor_02 (HandleRef pThis) |
| static internal double | vtkPOutlineCornerFilter_GetCornerFactorMaxValue_03 (HandleRef pThis) |
| static internal double | vtkPOutlineCornerFilter_GetCornerFactorMinValue_04 (HandleRef pThis) |
| static internal int | vtkPOutlineCornerFilter_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkPOutlineCornerFilter_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkPOutlineCornerFilter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPOutlineCornerFilter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPOutlineCornerFilter_SetController_10 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkPOutlineCornerFilter_SetCornerFactor_11 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
| static | vtkPOutlineCornerFilter () |
| Automatically generated type registration mechanics. | |
vtkPOutlineCornerFilter - create wireframe outline corners for arbitrary data set
Description vtkPOutlineCornerFilter works like vtkOutlineCornerFilter, but it looks for data partitions in other processes. It assumes the filter is operated in a data parallel pipeline.
| static Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct outline corner filter with default corner factor = 0.2.
| override void Kitware.VTK.vtkPOutlineCornerFilter.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.
| virtual vtkMultiProcessController Kitware.VTK.vtkPOutlineCornerFilter.GetController | ( | ) | [virtual] |
Set and get the controller.
| virtual double Kitware.VTK.vtkPOutlineCornerFilter.GetCornerFactor | ( | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.
| virtual double Kitware.VTK.vtkPOutlineCornerFilter.GetCornerFactorMaxValue | ( | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.
| virtual double Kitware.VTK.vtkPOutlineCornerFilter.GetCornerFactorMinValue | ( | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.
| override int Kitware.VTK.vtkPOutlineCornerFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkPOutlineCornerFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkPOutlineCornerFilter Kitware.VTK.vtkPOutlineCornerFilter.New | ( | ) | [static] |
Construct outline corner filter with default corner factor = 0.2.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkPOutlineCornerFilter Kitware.VTK.vtkPOutlineCornerFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkPOutlineCornerFilter.SetController | ( | vtkMultiProcessController | arg0 | ) | [virtual] |
Set and get the controller.
| virtual void Kitware.VTK.vtkPOutlineCornerFilter.SetCornerFactor | ( | double | _arg | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.
| static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_GetController_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_GetCornerFactor_02 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_GetCornerFactorMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_GetCornerFactorMinValue_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_SetController_10 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_SetCornerFactor_11 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPOutlineCornerFilter.MRClassNameKey = "23vtkPOutlineCornerFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkPOutlineCornerFilter.MRFullTypeName = "Kitware.VTK.vtkPOutlineCornerFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1