ActiViz .NET
5.8.0
|
vtkChooserPainter - Painter that selects painters to render primitives. More...
Public Member Functions | |
vtkChooserPainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkChooserPainter () | |
Undocumented Block. | |
virtual int | GetUseLinesPainterForWireframes () |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default). | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkChooserPainter | NewInstance () |
Undocumented Block. | |
void | SetLinePainter (vtkPolyDataPainter arg0) |
Undocumented Block. | |
void | SetPolyPainter (vtkPolyDataPainter arg0) |
Undocumented Block. | |
void | SetStripPainter (vtkPolyDataPainter arg0) |
Undocumented Block. | |
virtual void | SetUseLinesPainterForWireframes (int _arg) |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default). | |
void | SetVertPainter (vtkPolyDataPainter arg0) |
Undocumented Block. | |
virtual void | UseLinesPainterForWireframesOff () |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default). | |
virtual void | UseLinesPainterForWireframesOn () |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default). | |
Static Public Member Functions | |
static new vtkChooserPainter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkChooserPainter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkChooserPainter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkChooserPainter" |
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 | vtkChooserPainter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkChooserPainter_GetUseLinesPainterForWireframes_01 (HandleRef pThis) |
static internal int | vtkChooserPainter_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkChooserPainter_IsTypeOf_03 (string type) |
static internal IntPtr | vtkChooserPainter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkChooserPainter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkChooserPainter_SetLinePainter_07 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkChooserPainter_SetPolyPainter_08 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkChooserPainter_SetStripPainter_09 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkChooserPainter_SetUseLinesPainterForWireframes_10 (HandleRef pThis, int _arg) |
static internal void | vtkChooserPainter_SetVertPainter_11 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkChooserPainter_UseLinesPainterForWireframesOff_12 (HandleRef pThis) |
static internal void | vtkChooserPainter_UseLinesPainterForWireframesOn_13 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkChooserPainter () |
Automatically generated type registration mechanics. |
vtkChooserPainter - Painter that selects painters to render primitives.
Description
This painter does not actually do any painting. Instead, it picks other painters based on the current state of itself and its poly data. It then delegates the work to these other painters.
static Kitware.VTK.vtkChooserPainter.vtkChooserPainter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkChooserPainter.vtkChooserPainter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkChooserPainter.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.vtkPolyDataPainter.
virtual int Kitware.VTK.vtkChooserPainter.GetUseLinesPainterForWireframes | ( | ) | [virtual] |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default).
override int Kitware.VTK.vtkChooserPainter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
static new int Kitware.VTK.vtkChooserPainter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
static new vtkChooserPainter Kitware.VTK.vtkChooserPainter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
static new vtkChooserPainter Kitware.VTK.vtkChooserPainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
Undocumented Block.
Undocumented Block.
Undocumented Block.
virtual void Kitware.VTK.vtkChooserPainter.SetUseLinesPainterForWireframes | ( | int | _arg | ) | [virtual] |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default).
Undocumented Block.
virtual void Kitware.VTK.vtkChooserPainter.UseLinesPainterForWireframesOff | ( | ) | [virtual] |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default).
virtual void Kitware.VTK.vtkChooserPainter.UseLinesPainterForWireframesOn | ( | ) | [virtual] |
When set, the lines painter is used for drawing wireframes (off by default, except on Mac, where it's on by default).
static internal int Kitware.VTK.vtkChooserPainter.vtkChooserPainter_GetUseLinesPainterForWireframes_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkChooserPainter.vtkChooserPainter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkChooserPainter.vtkChooserPainter_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkChooserPainter.vtkChooserPainter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkChooserPainter.vtkChooserPainter_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkChooserPainter.vtkChooserPainter_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkChooserPainter.vtkChooserPainter_SetLinePainter_07 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkChooserPainter.vtkChooserPainter_SetPolyPainter_08 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkChooserPainter.vtkChooserPainter_SetStripPainter_09 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkChooserPainter.vtkChooserPainter_SetUseLinesPainterForWireframes_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkChooserPainter.vtkChooserPainter_SetVertPainter_11 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkChooserPainter.vtkChooserPainter_UseLinesPainterForWireframesOff_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkChooserPainter.vtkChooserPainter_UseLinesPainterForWireframesOn_13 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkChooserPainter.MRClassNameKey = "17vtkChooserPainter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
new const string Kitware.VTK.vtkChooserPainter.MRFullTypeName = "Kitware.VTK.vtkChooserPainter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.