ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkCoincidentTopologyResolutionPainter Class Reference

vtkCoincidentTopologyResolutionPainter - painter that resolves conicident topology. More...

Inheritance diagram for Kitware.VTK.vtkCoincidentTopologyResolutionPainter:
[legend]
Collaboration diagram for Kitware.VTK.vtkCoincidentTopologyResolutionPainter:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.

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.

Here is the call graph for this function:

Used to set the polygon offset scale factor and units. Used when ResolveCoincidentTopology is set to PolygonOffset.

Here is the call graph for this function:

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.)

Here is the call graph for this function:

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

Reimplemented in Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_IsA_01 ( HandleRef  pThis,
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]

Used to set the z-shift if ResolveCoincidentTopology is set to ShiftZBuffer.

Here is the call graph for this function:


Member Data Documentation

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.


The documentation for this class was generated from the following file: