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;
int ResolveCoincidentTopology
virtual void ProcessInformation(vtkInformation *)
Called before RenderInternal() if the Information has been changed since the last time this method wa...
a simple class to control print indentation
double PolygonOffsetFactor
double PolygonOffsetUnits
void SetPolygonOffsetParameters(double factor, double units)
virtual void Modified()
Update the modification time for this object.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
painter that resolves conicident topology.
Abstract class for drawing poly data.