14 #ifndef vtkPVRenderViewSettings_h 15 #define vtkPVRenderViewSettings_h 37 OFFSET_LINES_AND_VERTS = 2,
45 void SetResolveCoincidentTopology(
int mode);
46 void SetPolygonOffsetParameters(
double factor,
double units);
47 void SetLineOffsetParameters(
double factor,
double units);
48 void SetPointOffsetParameter(
double units);
49 void SetZShift(
double a);
66 vtkSetMacro(TwoSidedLighting,
bool);
67 vtkGetMacro(TwoSidedLighting,
bool);
80 vtkSetMacro(DefaultInteractionMode,
int);
81 vtkGetMacro(DefaultInteractionMode,
int);
90 vtkSetMacro(PointPickingRadius,
int);
91 vtkGetMacro(PointPickingRadius,
int);
98 vtkSetMacro(DisableIceT,
bool);
99 vtkGetMacro(DisableIceT,
bool);
109 vtkSetMacro(EnableFastPreselection,
bool);
110 vtkGetMacro(EnableFastPreselection,
bool);
118 vtkSetMacro(GrowSelectionRemoveSeed,
bool);
119 vtkGetMacro(GrowSelectionRemoveSeed,
bool);
127 vtkSetMacro(GrowSelectionRemoveIntermediateLayers,
bool);
128 vtkGetMacro(GrowSelectionRemoveIntermediateLayers,
bool);
135 vtkSetVector3Macro(BackgroundColor,
double);
136 vtkGetVector3Macro(BackgroundColor,
double);
137 vtkSetVector3Macro(Background2Color,
double);
138 vtkGetVector3Macro(Background2Color,
double);
139 vtkSetMacro(BackgroundColorMode,
int);
140 vtkGetMacro(BackgroundColorMode,
int);
150 vtkSetMacro(ZoomClosestOffsetRatio,
double);
151 vtkGetMacro(ZoomClosestOffsetRatio,
double);
160 bool TwoSidedLighting =
true;
164 bool GrowSelectionRemoveSeed =
false;
165 bool GrowSelectionRemoveIntermediateLayers =
false;
167 double BackgroundColor[3];
168 double Background2Color[3];
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkIdType OutlineThreshold
bool EnableFastPreselection
singleton used to keep track of options for vtkPVRenderView.
int DefaultInteractionMode
double ZoomClosestOffsetRatio
void operator=(const vtkObjectBase &)