26 #ifndef vtkCoincidentTopologyResolutionPainter_h 27 #define vtkCoincidentTopologyResolutionPainter_h 29 #include "vtkRenderingOpenGLModule.h" 93 void SetPolygonOffsetParameters(
double factor,
double units)
95 if (this->PolygonOffsetFactor != factor ||
96 this->PolygonOffsetUnits != units)
98 this->PolygonOffsetFactor = factor;
99 this->PolygonOffsetUnits = units;
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
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.