ActiViz .NET
5.8.0
|
vtkOutlineCornerFilter - create wireframe outline corners for arbitrary data set More...
Public Member Functions | |
vtkOutlineCornerFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOutlineCornerFilter () | |
Construct outline corner filter with default corner factor = 0.2. | |
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 vtkOutlineCornerFilter | NewInstance () |
Undocumented Block. | |
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 vtkOutlineCornerFilter | New () |
Construct outline corner filter with default corner factor = 0.2. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOutlineCornerFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOutlineCornerFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkOutlineCornerFilter" |
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 | vtkOutlineCornerFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkOutlineCornerFilter_GetCornerFactor_01 (HandleRef pThis) |
static internal double | vtkOutlineCornerFilter_GetCornerFactorMaxValue_02 (HandleRef pThis) |
static internal double | vtkOutlineCornerFilter_GetCornerFactorMinValue_03 (HandleRef pThis) |
static internal int | vtkOutlineCornerFilter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkOutlineCornerFilter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkOutlineCornerFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOutlineCornerFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOutlineCornerFilter_SetCornerFactor_09 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkOutlineCornerFilter () |
Automatically generated type registration mechanics. |
vtkOutlineCornerFilter - create wireframe outline corners for arbitrary data set
Description vtkOutlineCornerFilter is a filter that generates wireframe outline corners of any data set. The outline consists of the eight corners of the dataset bounding box.
static Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter | ( | 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.vtkOutlineCornerFilter.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 double Kitware.VTK.vtkOutlineCornerFilter.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.vtkOutlineCornerFilter.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.vtkOutlineCornerFilter.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.vtkOutlineCornerFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkOutlineCornerFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkOutlineCornerFilter Kitware.VTK.vtkOutlineCornerFilter.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 vtkOutlineCornerFilter Kitware.VTK.vtkOutlineCornerFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkOutlineCornerFilter.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 double Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_GetCornerFactor_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_GetCornerFactorMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_GetCornerFactorMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkOutlineCornerFilter.vtkOutlineCornerFilter_SetCornerFactor_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkOutlineCornerFilter.MRClassNameKey = "22vtkOutlineCornerFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkOutlineCornerFilter.MRFullTypeName = "Kitware.VTK.vtkOutlineCornerFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.