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