Go to the documentation of this file.
25 #ifndef vtkCoincidentTopologyResolutionPainter_h
26 #define vtkCoincidentTopologyResolutionPainter_h
85 if (this->PolygonOffsetFactor != factor ||
86 this->PolygonOffsetUnits != units)
88 this->PolygonOffsetFactor = factor;
89 this->PolygonOffsetUnits = units;
~vtkCoincidentTopologyResolutionPainter()
vtkCoincidentTopologyResolutionPainter()
int ResolveCoincidentTopology
double PolygonOffsetFactor
Abstract class for drawing poly data.
#define vtkTypeMacro(thisClass, superclass)
static vtkInformationIntegerKey * RESOLVE_COINCIDENT_TOPOLOGY()
void SetPolygonOffsetParameters(double factor, double units)
painter that resolves conicident topology.
double PolygonOffsetUnits
a simple class to control print indentation
virtual void ProcessInformation(vtkInformation *)
static vtkInformationDoubleVectorKey * POLYGON_OFFSET_PARAMETERS()
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkInformationIntegerKey * POLYGON_OFFSET_FACES()
void PrintSelf(ostream &os, vtkIndent indent)
static vtkCoincidentTopologyResolutionPainter * New()
static vtkInformationDoubleKey * Z_SHIFT()
#define VTKRENDERINGOPENGL_EXPORT