ActiViz .NET
5.8.0
|
vtkOutlineFilter - create wireframe outline for arbitrary data set More...
Public Member Functions | |
vtkOutlineFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOutlineFilter () | |
Undocumented Block. | |
virtual void | GenerateFacesOff () |
Generate solid faces for the box. This is off by default. | |
virtual void | GenerateFacesOn () |
Generate solid faces for the box. This is off by default. | |
virtual int | GetGenerateFaces () |
Generate solid faces for the box. This is off by default. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkOutlineFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetGenerateFaces (int _arg) |
Generate solid faces for the box. This is off by default. | |
Static Public Member Functions | |
static new vtkOutlineFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOutlineFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOutlineFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkOutlineFilter" |
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 | vtkOutlineFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOutlineFilter_GenerateFacesOff_01 (HandleRef pThis) |
static internal void | vtkOutlineFilter_GenerateFacesOn_02 (HandleRef pThis) |
static internal int | vtkOutlineFilter_GetGenerateFaces_03 (HandleRef pThis) |
static internal int | vtkOutlineFilter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkOutlineFilter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkOutlineFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOutlineFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOutlineFilter_SetGenerateFaces_09 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkOutlineFilter () |
Automatically generated type registration mechanics. |
vtkOutlineFilter - create wireframe outline for arbitrary data set
Description vtkOutlineFilter is a filter that generates a wireframe outline of any data set. The outline consists of the twelve edges of the dataset bounding box.
static Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkOutlineFilter.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 void Kitware.VTK.vtkOutlineFilter.GenerateFacesOff | ( | ) | [virtual] |
Generate solid faces for the box. This is off by default.
virtual void Kitware.VTK.vtkOutlineFilter.GenerateFacesOn | ( | ) | [virtual] |
Generate solid faces for the box. This is off by default.
virtual int Kitware.VTK.vtkOutlineFilter.GetGenerateFaces | ( | ) | [virtual] |
Generate solid faces for the box. This is off by default.
override int Kitware.VTK.vtkOutlineFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkOutlineFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkOutlineFilter Kitware.VTK.vtkOutlineFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkOutlineFilter Kitware.VTK.vtkOutlineFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkOutlineFilter.SetGenerateFaces | ( | int | _arg | ) | [virtual] |
Generate solid faces for the box. This is off by default.
static internal void Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_GenerateFacesOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_GenerateFacesOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_GetGenerateFaces_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_SetGenerateFaces_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkOutlineFilter.MRClassNameKey = "16vtkOutlineFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkOutlineFilter.MRFullTypeName = "Kitware.VTK.vtkOutlineFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.