ActiViz .NET
5.8.0
|
vtkPolyDataPainter - Abstract class for drawing poly data. More...
Public Member Functions | |
vtkPolyDataPainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPolyData | GetInputAsPolyData () |
Get/set the poly data to render. | |
vtkPolyData | GetOutputAsPolyData () |
Get the output polydata from this Painter. The default implementation forwards the input polydata as the output. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPolyDataPainter | NewInstance () |
Undocumented Block. | |
override void | Render (vtkRenderer renderer, vtkActor actor, uint typeflags, bool forceCompileOnly) |
Overridden to stop the render call if input polydata is not set, since PolyDataPainter cannot paint without any polydata input. | |
Static Public Member Functions | |
static vtkInformationIntegerKey | BUILD_NORMALS () |
Keys used to specify control the behaviour of the painter. When on, the painter creates normals when none are available in the polydata. On by default. | |
static vtkInformationObjectBaseKey | DATA_ARRAY_TO_VERTEX_ATTRIBUTE () |
Set the mapping between vtkPointData (vtkCellData) arrays and generic vertex attributes. | |
static vtkInformationIntegerKey | DISABLE_SCALAR_COLOR () |
Key added to disable any scalar coloring for the current pass. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPolyDataPainter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPolyDataPainter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkPolyDataPainter" |
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 | vtkPolyDataPainter_BUILD_NORMALS_01 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataPainter_DATA_ARRAY_TO_VERTEX_ATTRIBUTE_02 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataPainter_DISABLE_SCALAR_COLOR_03 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataPainter_GetInputAsPolyData_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataPainter_GetOutputAsPolyData_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolyDataPainter_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkPolyDataPainter_IsTypeOf_07 (string type) |
static internal IntPtr | vtkPolyDataPainter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolyDataPainter_Render_09 (HandleRef pThis, HandleRef renderer, HandleRef actor, uint typeflags, byte forceCompileOnly) |
static internal IntPtr | vtkPolyDataPainter_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkPolyDataPainter () |
Automatically generated type registration mechanics. |
vtkPolyDataPainter - Abstract class for drawing poly data.
Description vtkPolyDataPainter encapsulates a method of drawing poly data. This is a subset of what a mapper does. The painter does no maintenance of the rendering state (camera, lights, etc.). It is solely responsible for issuing rendering commands that build graphics primitives.
To simplify coding, an implementation of vtkPolyDataPainter is allowed to support only certain types of poly data or certain types of primitives.
vtkDefaultPainter vtkStandardPainter vtkPainterDeviceAdapter
static Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
static vtkInformationIntegerKey Kitware.VTK.vtkPolyDataPainter.BUILD_NORMALS | ( | ) | [static] |
Keys used to specify control the behaviour of the painter. When on, the painter creates normals when none are available in the polydata. On by default.
static vtkInformationObjectBaseKey Kitware.VTK.vtkPolyDataPainter.DATA_ARRAY_TO_VERTEX_ATTRIBUTE | ( | ) | [static] |
Set the mapping between vtkPointData (vtkCellData) arrays and generic vertex attributes.
static vtkInformationIntegerKey Kitware.VTK.vtkPolyDataPainter.DISABLE_SCALAR_COLOR | ( | ) | [static] |
Key added to disable any scalar coloring for the current pass.
override void Kitware.VTK.vtkPolyDataPainter.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.vtkStandardPolyDataPainter, Kitware.VTK.vtkChooserPainter, Kitware.VTK.vtkHardwareSelectionPolyDataPainter, Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkIdentColoredPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkCoincidentTopologyResolutionPainter, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkLightingPainter, Kitware.VTK.vtkTStripsPainter, and Kitware.VTK.vtkPrimitivePainter.
Get/set the poly data to render.
Get the output polydata from this Painter. The default implementation forwards the input polydata as the output.
override int Kitware.VTK.vtkPolyDataPainter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkIdentColoredPainter, Kitware.VTK.vtkHardwareSelectionPolyDataPainter, Kitware.VTK.vtkStandardPolyDataPainter, Kitware.VTK.vtkChooserPainter, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkCoincidentTopologyResolutionPainter, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkLightingPainter, Kitware.VTK.vtkTStripsPainter, and Kitware.VTK.vtkPrimitivePainter.
static new int Kitware.VTK.vtkPolyDataPainter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkIdentColoredPainter, Kitware.VTK.vtkHardwareSelectionPolyDataPainter, Kitware.VTK.vtkStandardPolyDataPainter, Kitware.VTK.vtkChooserPainter, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkCoincidentTopologyResolutionPainter, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkLightingPainter, Kitware.VTK.vtkTStripsPainter, and Kitware.VTK.vtkPrimitivePainter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkIdentColoredPainter, Kitware.VTK.vtkHardwareSelectionPolyDataPainter, Kitware.VTK.vtkStandardPolyDataPainter, Kitware.VTK.vtkChooserPainter, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkCoincidentTopologyResolutionPainter, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkLightingPainter, Kitware.VTK.vtkTStripsPainter, and Kitware.VTK.vtkPrimitivePainter.
override void Kitware.VTK.vtkPolyDataPainter.Render | ( | vtkRenderer | renderer, |
vtkActor | actor, | ||
uint | typeflags, | ||
bool | forceCompileOnly | ||
) | [virtual] |
Overridden to stop the render call if input polydata is not set, since PolyDataPainter cannot paint without any polydata input.
Reimplemented from Kitware.VTK.vtkPainter.
static new vtkPolyDataPainter Kitware.VTK.vtkPolyDataPainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkCoincidentTopologyResolutionPainter, Kitware.VTK.vtkIdentColoredPainter, Kitware.VTK.vtkHardwareSelectionPolyDataPainter, Kitware.VTK.vtkStandardPolyDataPainter, Kitware.VTK.vtkChooserPainter, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkLightingPainter, Kitware.VTK.vtkTStripsPainter, and Kitware.VTK.vtkPrimitivePainter.
static internal IntPtr Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_BUILD_NORMALS_01 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_DATA_ARRAY_TO_VERTEX_ATTRIBUTE_02 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_DISABLE_SCALAR_COLOR_03 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_GetInputAsPolyData_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_GetOutputAsPolyData_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_Render_09 | ( | HandleRef | pThis, |
HandleRef | renderer, | ||
HandleRef | actor, | ||
uint | typeflags, | ||
byte | forceCompileOnly | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataPainter.vtkPolyDataPainter_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkPolyDataPainter.MRClassNameKey = "18vtkPolyDataPainter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkStandardPolyDataPainter, Kitware.VTK.vtkPrimitivePainter, Kitware.VTK.vtkChooserPainter, Kitware.VTK.vtkHardwareSelectionPolyDataPainter, Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkIdentColoredPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkCoincidentTopologyResolutionPainter, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkLightingPainter, and Kitware.VTK.vtkTStripsPainter.
new const string Kitware.VTK.vtkPolyDataPainter.MRFullTypeName = "Kitware.VTK.vtkPolyDataPainter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPainter.
Reimplemented in Kitware.VTK.vtkStandardPolyDataPainter, Kitware.VTK.vtkPrimitivePainter, Kitware.VTK.vtkChooserPainter, Kitware.VTK.vtkHardwareSelectionPolyDataPainter, Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkIdentColoredPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkCoincidentTopologyResolutionPainter, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkLightingPainter, and Kitware.VTK.vtkTStripsPainter.