ActiViz .NET
5.8.0
|
vtkLinesPainter - painter that paints lines. More...
Public Member Functions | |
vtkLinesPainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkLinesPainter () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkLinesPainter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkLinesPainter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkLinesPainter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkLinesPainter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkLinesPainter" |
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 | vtkLinesPainter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkLinesPainter_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkLinesPainter_IsTypeOf_02 (string type) |
static internal IntPtr | vtkLinesPainter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkLinesPainter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkLinesPainter () |
Automatically generated type registration mechanics. |
vtkLinesPainter - painter that paints lines.
Description This painter tries to paint lines efficiently. Request to Render any other primitive are ignored and not passed to the delegate painter, if any. This painter cannot handle cell colors/normals. If they are present the request is passed on to the Delegate painter. If this class is able to render the primitive, the render request is not propagated to the delegate painter.
static Kitware.VTK.vtkLinesPainter.vtkLinesPainter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkLinesPainter.vtkLinesPainter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkLinesPainter.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.vtkPrimitivePainter.
override int Kitware.VTK.vtkLinesPainter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPrimitivePainter.
static new int Kitware.VTK.vtkLinesPainter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPrimitivePainter.
static new vtkLinesPainter Kitware.VTK.vtkLinesPainter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPrimitivePainter.
static new vtkLinesPainter Kitware.VTK.vtkLinesPainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPrimitivePainter.
static internal int Kitware.VTK.vtkLinesPainter.vtkLinesPainter_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkLinesPainter.vtkLinesPainter_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLinesPainter.vtkLinesPainter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLinesPainter.vtkLinesPainter_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLinesPainter.vtkLinesPainter_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkLinesPainter.MRClassNameKey = "15vtkLinesPainter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPrimitivePainter.
new const string Kitware.VTK.vtkLinesPainter.MRFullTypeName = "Kitware.VTK.vtkLinesPainter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPrimitivePainter.