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;
void ProcessInformation(vtkInformation *) override
Called before RenderInternal() if the Information has been changed since the last time this method wa...
int ResolveCoincidentTopology
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
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.