ActiViz .NET
5.8.0
|
vtkOpenGLRepresentationPainter - painter handling representation using OpenGL. More...
Public Member Functions | |
vtkOpenGLRepresentationPainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOpenGLRepresentationPainter () | |
Undocumented Block. | |
override double | GetTimeToDraw () |
This painter overrides GetTimeToDraw() to never pass the request to the delegate. This is done since this class may propagate a single render request multiple times to the delegate. In that case the time accumulation responsibility is borne by the painter causing the multiple rendering requests i.e. this painter itself. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkOpenGLRepresentationPainter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkOpenGLRepresentationPainter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOpenGLRepresentationPainter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOpenGLRepresentationPainter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkOpenGLRepresentationPainter" |
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 | vtkOpenGLRepresentationPainter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkOpenGLRepresentationPainter_GetTimeToDraw_01 (HandleRef pThis) |
static internal int | vtkOpenGLRepresentationPainter_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkOpenGLRepresentationPainter_IsTypeOf_03 (string type) |
static internal IntPtr | vtkOpenGLRepresentationPainter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOpenGLRepresentationPainter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkOpenGLRepresentationPainter () |
Automatically generated type registration mechanics. |
vtkOpenGLRepresentationPainter - painter handling representation using OpenGL.
Description This is OpenGL implementation of a painter handling representation i.e. Points, Wireframe, Surface.
static Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkOpenGLRepresentationPainter.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.vtkRepresentationPainter.
override double Kitware.VTK.vtkOpenGLRepresentationPainter.GetTimeToDraw | ( | ) | [virtual] |
This painter overrides GetTimeToDraw() to never pass the request to the delegate. This is done since this class may propagate a single render request multiple times to the delegate. In that case the time accumulation responsibility is borne by the painter causing the multiple rendering requests i.e. this painter itself.
Reimplemented from Kitware.VTK.vtkPainter.
override int Kitware.VTK.vtkOpenGLRepresentationPainter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRepresentationPainter.
static new int Kitware.VTK.vtkOpenGLRepresentationPainter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRepresentationPainter.
static new vtkOpenGLRepresentationPainter Kitware.VTK.vtkOpenGLRepresentationPainter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRepresentationPainter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRepresentationPainter.
static new vtkOpenGLRepresentationPainter Kitware.VTK.vtkOpenGLRepresentationPainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRepresentationPainter.
static internal double Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter_GetTimeToDraw_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLRepresentationPainter.vtkOpenGLRepresentationPainter_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkOpenGLRepresentationPainter.MRClassNameKey = "30vtkOpenGLRepresentationPainter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRepresentationPainter.
new const string Kitware.VTK.vtkOpenGLRepresentationPainter.MRFullTypeName = "Kitware.VTK.vtkOpenGLRepresentationPainter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRepresentationPainter.