26 #ifndef vtkPVRenderViewSettings_h 27 #define vtkPVRenderViewSettings_h 29 #include "vtkObject.h" 30 #include "vtkPVClientServerCoreRenderingModule.h" 31 #include "vtkSmartPointer.h" 38 void PrintSelf(ostream& os, vtkIndent indent);
48 void SetUseDisplayLists(
bool val);
54 OFFSET_LINES_AND_VERTS = 2,
62 void SetResolveCoincidentTopology(
int mode);
63 void SetPolygonOffsetParameters(
double factor,
double units);
64 void SetZShift(
double a);
72 vtkSetMacro(OutlineThreshold, vtkIdType);
73 vtkGetMacro(OutlineThreshold, vtkIdType);
82 vtkSetMacro(PointPickingRadius,
int);
83 vtkGetMacro(PointPickingRadius,
int);
90 vtkSetMacro(DisableIceT,
bool);
91 vtkGetMacro(DisableIceT,
bool);
106 static vtkSmartPointer<vtkPVRenderViewSettings> Instance;
vtkIdType OutlineThreshold
singleton used to keep track of options for vtkPVRenderView.