ActiViz .NET
5.8.0
|
vtkCompositePainter - painter that can be inserted before any vtkDataSet painting chain to handle composite datasets. More...
Public Member Functions | |
vtkCompositePainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCompositePainter () | |
Undocumented Block. | |
override vtkDataObject | GetOutput () |
Get the output data object from this painter. The default implementation simply forwards the input data object as the output. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCompositePainter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkCompositePainter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCompositePainter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCompositePainter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkCompositePainter" |
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 | vtkCompositePainter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCompositePainter_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkCompositePainter_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkCompositePainter_IsTypeOf_03 (string type) |
static internal IntPtr | vtkCompositePainter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCompositePainter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkCompositePainter () |
Automatically generated type registration mechanics. |
vtkCompositePainter - painter that can be inserted before any vtkDataSet painting chain to handle composite datasets.
Description vtkCompositePainter iterates over the leaves in a composite datasets. This painter can also handle the case when the dataset is not a composite dataset.
static Kitware.VTK.vtkCompositePainter.vtkCompositePainter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCompositePainter.vtkCompositePainter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkCompositePainter.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.vtkPainter.
override vtkDataObject Kitware.VTK.vtkCompositePainter.GetOutput | ( | ) | [virtual] |
Get the output data object from this painter. The default implementation simply forwards the input data object as the output.
Reimplemented from Kitware.VTK.vtkPainter.
override int Kitware.VTK.vtkCompositePainter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
static new int Kitware.VTK.vtkCompositePainter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
static new vtkCompositePainter Kitware.VTK.vtkCompositePainter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
static new vtkCompositePainter Kitware.VTK.vtkCompositePainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
static internal IntPtr Kitware.VTK.vtkCompositePainter.vtkCompositePainter_GetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkCompositePainter.vtkCompositePainter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCompositePainter.vtkCompositePainter_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCompositePainter.vtkCompositePainter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCompositePainter.vtkCompositePainter_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCompositePainter.vtkCompositePainter_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkCompositePainter.MRClassNameKey = "19vtkCompositePainter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPainter.
new const string Kitware.VTK.vtkCompositePainter.MRFullTypeName = "Kitware.VTK.vtkCompositePainter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPainter.