12 #ifndef vtkDisplayConfiguration_h 13 #define vtkDisplayConfiguration_h 30 vtkGetMacro(ShowBorders,
bool);
36 vtkGetMacro(FullScreen,
bool);
41 vtkGetMacro(EyeSeparation,
double);
46 vtkGetMacro(UseOffAxisProjection,
bool);
51 int GetNumberOfDisplays()
const;
57 const char* GetEnvironment(
int index)
const;
83 bool GetHasCorners(
int index)
const;
93 bool GetCoverable(
int index)
const;
101 bool GetShow2DOverlays(
int index)
const;
107 bool LoadPVX(
const char* fname);
117 bool ShowBorders =
false;
118 bool Coverable =
false;
119 bool FullScreen =
false;
120 double EyeSeparation = 0.0;
121 bool UseOffAxisProjection =
true;
124 std::unique_ptr<vtkInternals> Internals;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
display configuration container
#define VTKREMOTINGCORE_EXPORT
void operator=(const vtkObjectBase &)