ActiViz .NET
5.8.0
|
vtkPointSetSource - abstract class whose subclasses generate point data More...
Public Member Functions | |
vtkPointSetSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPointSet | GetOutput () |
Get the output of this source. | |
vtkPointSet | GetOutput (int idx) |
Get the output of this source. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPointSetSource | NewInstance () |
Undocumented Block. | |
void | SetOutput (vtkPointSet output) |
Get the output of this source. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPointSetSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPointSetSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkPointSetSource" |
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 | vtkPointSetSource_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetSource_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPointSetSource_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkPointSetSource_IsTypeOf_04 (string type) |
static internal IntPtr | vtkPointSetSource_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPointSetSource_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPointSetSource_SetOutput_07 (HandleRef pThis, HandleRef output) |
Static Private Member Functions | |
static | vtkPointSetSource () |
Automatically generated type registration mechanics. |
vtkPointSetSource - abstract class whose subclasses generate point data
Description vtkPointSetSource is an abstract class whose subclasses generate pointdata.
static Kitware.VTK.vtkPointSetSource.vtkPointSetSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPointSetSource.vtkPointSetSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkPointSetSource.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.vtkSource.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
Get the output of this source.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
Get the output of this source.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
override int Kitware.VTK.vtkPointSetSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
static new int Kitware.VTK.vtkPointSetSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
static new vtkPointSetSource Kitware.VTK.vtkPointSetSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
void Kitware.VTK.vtkPointSetSource.SetOutput | ( | vtkPointSet | output | ) |
Get the output of this source.
static internal IntPtr Kitware.VTK.vtkPointSetSource.vtkPointSetSource_GetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetSource.vtkPointSetSource_GetOutput_02 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPointSetSource.vtkPointSetSource_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPointSetSource.vtkPointSetSource_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetSource.vtkPointSetSource_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPointSetSource.vtkPointSetSource_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPointSetSource.vtkPointSetSource_SetOutput_07 | ( | HandleRef | pThis, |
HandleRef | output | ||
) | [private] |
new readonly string Kitware.VTK.vtkPointSetSource.MRClassNameKey = "17vtkPointSetSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.
new const string Kitware.VTK.vtkPointSetSource.MRFullTypeName = "Kitware.VTK.vtkPointSetSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkPointSetToPointSetFilter.