ActiViz .NET
5.8.0
|
vtkPolyDataSource - abstract class whose subclasses generate polygonal data More...
Public Member Functions | |
vtkPolyDataSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPolyData | GetOutput () |
Get the output of this source. | |
vtkPolyData | GetOutput (int idx) |
Get the output of this source. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPolyDataSource | NewInstance () |
Undocumented Block. | |
void | SetOutput (vtkPolyData output) |
Get the output of this source. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPolyDataSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPolyDataSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkPolyDataSource" |
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 | vtkPolyDataSource_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataSource_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolyDataSource_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkPolyDataSource_IsTypeOf_04 (string type) |
static internal IntPtr | vtkPolyDataSource_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataSource_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolyDataSource_SetOutput_07 (HandleRef pThis, HandleRef output) |
Static Private Member Functions | |
static | vtkPolyDataSource () |
Automatically generated type registration mechanics. |
vtkPolyDataSource - abstract class whose subclasses generate polygonal data
Description vtkPolyDataSource is an abstract class whose subclasses generate polygonal data.
static Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkPolyDataSource.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.vtkSpatialRepresentationFilter, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkDataSetToPolyDataFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, and Kitware.VTK.vtkStructuredGridToPolyDataFilter.
Get the output of this source.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter.
Get the output of this source.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter.
override int Kitware.VTK.vtkPolyDataSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkDataSetToPolyDataFilter, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, and Kitware.VTK.vtkStructuredGridToPolyDataFilter.
static new int Kitware.VTK.vtkPolyDataSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkDataSetToPolyDataFilter, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, and Kitware.VTK.vtkStructuredGridToPolyDataFilter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkDataSetToPolyDataFilter, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, and Kitware.VTK.vtkStructuredGridToPolyDataFilter.
static new vtkPolyDataSource Kitware.VTK.vtkPolyDataSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkDataSetToPolyDataFilter, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, and Kitware.VTK.vtkStructuredGridToPolyDataFilter.
void Kitware.VTK.vtkPolyDataSource.SetOutput | ( | vtkPolyData | output | ) |
Get the output of this source.
static internal IntPtr Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource_GetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource_GetOutput_02 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPolyDataSource.vtkPolyDataSource_SetOutput_07 | ( | HandleRef | pThis, |
HandleRef | output | ||
) | [private] |
new readonly string Kitware.VTK.vtkPolyDataSource.MRClassNameKey = "17vtkPolyDataSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkDataSetToPolyDataFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, and Kitware.VTK.vtkStructuredGridToPolyDataFilter.
new const string Kitware.VTK.vtkPolyDataSource.MRFullTypeName = "Kitware.VTK.vtkPolyDataSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSource.
Reimplemented in Kitware.VTK.vtkSpatialRepresentationFilter, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkDataSetToPolyDataFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, and Kitware.VTK.vtkStructuredGridToPolyDataFilter.