ActiViz .NET
5.8.0
|
vtkDisplayListPainter - abstract superclass for painter that builds/uses display lists. More...
Public Member Functions | |
vtkDisplayListPainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDisplayListPainter () | |
Undocumented Block. | |
override double | GetTimeToDraw () |
Get the time required to draw the geometry last time it was rendered. Overridden to avoid adding of delegate rendering time when Display Lists are used. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDisplayListPainter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkDisplayListPainter | New () |
Undocumented Block. | |
static vtkInformationIntegerKey | IMMEDIATE_MODE_RENDERING () |
Turn on/off flag to control whether data is rendered using immediate mode or note. Immediate mode rendering tends to be slower but it can handle larger datasets. The default value is immediate mode off. If you are having problems rendering a large dataset you might want to consider using immediate more rendering. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDisplayListPainter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDisplayListPainter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkDisplayListPainter" |
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 | vtkDisplayListPainter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkDisplayListPainter_GetTimeToDraw_01 (HandleRef pThis) |
static internal IntPtr | vtkDisplayListPainter_IMMEDIATE_MODE_RENDERING_02 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDisplayListPainter_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkDisplayListPainter_IsTypeOf_04 (string type) |
static internal IntPtr | vtkDisplayListPainter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDisplayListPainter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkDisplayListPainter () |
Automatically generated type registration mechanics. |
vtkDisplayListPainter - abstract superclass for painter that builds/uses display lists.
static Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDisplayListPainter.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.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.
override double Kitware.VTK.vtkDisplayListPainter.GetTimeToDraw | ( | ) | [virtual] |
Get the time required to draw the geometry last time it was rendered. Overridden to avoid adding of delegate rendering time when Display Lists are used.
Reimplemented from Kitware.VTK.vtkPainter.
static vtkInformationIntegerKey Kitware.VTK.vtkDisplayListPainter.IMMEDIATE_MODE_RENDERING | ( | ) | [static] |
Turn on/off flag to control whether data is rendered using immediate mode or note. Immediate mode rendering tends to be slower but it can handle larger datasets. The default value is immediate mode off. If you are having problems rendering a large dataset you might want to consider using immediate more rendering.
override int Kitware.VTK.vtkDisplayListPainter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.
static new int Kitware.VTK.vtkDisplayListPainter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.
static new vtkDisplayListPainter Kitware.VTK.vtkDisplayListPainter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.
static new vtkDisplayListPainter Kitware.VTK.vtkDisplayListPainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.
static internal double Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter_GetTimeToDraw_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter_IMMEDIATE_MODE_RENDERING_02 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDisplayListPainter.vtkDisplayListPainter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkDisplayListPainter.MRClassNameKey = "21vtkDisplayListPainter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.
new const string Kitware.VTK.vtkDisplayListPainter.MRFullTypeName = "Kitware.VTK.vtkDisplayListPainter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkOpenGLDisplayListPainter.