ActiViz .NET
5.8.0
|
vtkCoincidentTopologyResolutionPainter - painter that resolves conicident topology. More...
Public Member Functions | |
vtkCoincidentTopologyResolutionPainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCoincidentTopologyResolutionPainter () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCoincidentTopologyResolutionPainter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkCoincidentTopologyResolutionPainter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static vtkInformationIntegerKey | POLYGON_OFFSET_FACES () |
When set and when RESOLVE_COINCIDENT_TOPOLOGY is set to use polygon offset, solid polygonal faces will be offsetted, otherwise lines/vertices will be offsetted. | |
static vtkInformationDoubleVectorKey | POLYGON_OFFSET_PARAMETERS () |
Used to set the polygon offset scale factor and units. Used when ResolveCoincidentTopology is set to PolygonOffset. | |
static vtkInformationIntegerKey | RESOLVE_COINCIDENT_TOPOLOGY () |
Set/Get a global flag that controls whether coincident topology (e.g., a line on top of a polygon) is shifted to avoid z-buffer resolution (and hence rendering problems). If not off, there are two methods to choose from. PolygonOffset uses graphics systems calls to shift polygons, but does not distinguish vertices and lines from one another. ShiftZBuffer remaps the z-buffer to distinguish vertices, lines, and polygons, but does not always produce acceptable results. If you use the ShiftZBuffer approach, you may also want to set the ResolveCoincidentTopologyZShift value. (Note: not all mappers/graphics systems implement this functionality.) | |
static new vtkCoincidentTopologyResolutionPainter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
static vtkInformationDoubleKey | Z_SHIFT () |
Used to set the z-shift if ResolveCoincidentTopology is set to ShiftZBuffer. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCoincidentTopologyResolutionPainter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "38vtkCoincidentTopologyResolutionPainter" |
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 | vtkCoincidentTopologyResolutionPainter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkCoincidentTopologyResolutionPainter_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkCoincidentTopologyResolutionPainter_IsTypeOf_02 (string type) |
static internal IntPtr | vtkCoincidentTopologyResolutionPainter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_FACES_05 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_PARAMETERS_06 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCoincidentTopologyResolutionPainter_RESOLVE_COINCIDENT_TOPOLOGY_07 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCoincidentTopologyResolutionPainter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCoincidentTopologyResolutionPainter_Z_SHIFT_09 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkCoincidentTopologyResolutionPainter () |
Automatically generated type registration mechanics. |
vtkCoincidentTopologyResolutionPainter - painter that resolves conicident topology.
Description Provides the ability to shift the z-buffer to resolve coincident topology. For example, if you'd like to draw a mesh with some edges a different color, and the edges lie on the mesh, this feature can be useful to get nice looking lines.
static Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkCoincidentTopologyResolutionPainter.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.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.
override int Kitware.VTK.vtkCoincidentTopologyResolutionPainter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.
static new int Kitware.VTK.vtkCoincidentTopologyResolutionPainter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.
static new vtkCoincidentTopologyResolutionPainter Kitware.VTK.vtkCoincidentTopologyResolutionPainter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.
new vtkCoincidentTopologyResolutionPainter Kitware.VTK.vtkCoincidentTopologyResolutionPainter.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.
static vtkInformationIntegerKey Kitware.VTK.vtkCoincidentTopologyResolutionPainter.POLYGON_OFFSET_FACES | ( | ) | [static] |
When set and when RESOLVE_COINCIDENT_TOPOLOGY is set to use polygon offset, solid polygonal faces will be offsetted, otherwise lines/vertices will be offsetted.
static vtkInformationDoubleVectorKey Kitware.VTK.vtkCoincidentTopologyResolutionPainter.POLYGON_OFFSET_PARAMETERS | ( | ) | [static] |
Used to set the polygon offset scale factor and units. Used when ResolveCoincidentTopology is set to PolygonOffset.
static vtkInformationIntegerKey Kitware.VTK.vtkCoincidentTopologyResolutionPainter.RESOLVE_COINCIDENT_TOPOLOGY | ( | ) | [static] |
Set/Get a global flag that controls whether coincident topology (e.g., a line on top of a polygon) is shifted to avoid z-buffer resolution (and hence rendering problems). If not off, there are two methods to choose from. PolygonOffset uses graphics systems calls to shift polygons, but does not distinguish vertices and lines from one another. ShiftZBuffer remaps the z-buffer to distinguish vertices, lines, and polygons, but does not always produce acceptable results. If you use the ShiftZBuffer approach, you may also want to set the ResolveCoincidentTopologyZShift value. (Note: not all mappers/graphics systems implement this functionality.)
static new vtkCoincidentTopologyResolutionPainter Kitware.VTK.vtkCoincidentTopologyResolutionPainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.
static internal int Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_FACES_05 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_PARAMETERS_06 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_RESOLVE_COINCIDENT_TOPOLOGY_07 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_Z_SHIFT_09 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static vtkInformationDoubleKey Kitware.VTK.vtkCoincidentTopologyResolutionPainter.Z_SHIFT | ( | ) | [static] |
Used to set the z-shift if ResolveCoincidentTopology is set to ShiftZBuffer.
new readonly string Kitware.VTK.vtkCoincidentTopologyResolutionPainter.MRClassNameKey = "38vtkCoincidentTopologyResolutionPainter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.
new const string Kitware.VTK.vtkCoincidentTopologyResolutionPainter.MRFullTypeName = "Kitware.VTK.vtkCoincidentTopologyResolutionPainter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.