26#ifndef vtkCoincidentTopologyResolutionPainter_h
27#define vtkCoincidentTopologyResolutionPainter_h
29#include "vtkRenderingOpenGLModule.h"
95 if (this->PolygonOffsetFactor != factor ||
96 this->PolygonOffsetUnits != units)
98 this->PolygonOffsetFactor = factor;
99 this->PolygonOffsetUnits = units;
painter that resolves conicident topology.
vtkCoincidentTopologyResolutionPainter()
virtual void ProcessInformation(vtkInformation *)
Called before RenderInternal() if the Information has been changed since the last time this method wa...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkCoincidentTopologyResolutionPainter()
static vtkInformationIntegerKey * POLYGON_OFFSET_FACES()
When set and when RESOLVE_COINCIDENT_TOPOLOGY is set to use polygon offset, solid polygonal faces wil...
static vtkCoincidentTopologyResolutionPainter * New()
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...
int ResolveCoincidentTopology
double PolygonOffsetUnits
double PolygonOffsetFactor
void SetPolygonOffsetParameters(double factor, double units)
static vtkInformationDoubleKey * Z_SHIFT()
Used to set the z-shift if ResolveCoincidentTopology is set to ShiftZBuffer.
static vtkInformationDoubleVectorKey * POLYGON_OFFSET_PARAMETERS()
Used to set the polygon offset scale factor and units.
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.
Abstract class for drawing poly data.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.