12 #ifndef vtkDisplayConfiguration_h 13 #define vtkDisplayConfiguration_h 30 vtkGetMacro(ShowBorders,
bool);
36 vtkGetMacro(FullScreen,
bool);
41 vtkGetMacro(EyeSeparation,
double);
46 int GetNumberOfDisplays()
const;
52 const char* GetEnvironment(
int index)
const;
78 bool GetHasCorners(
int index)
const;
88 bool GetCoverable(
int index)
const;
96 bool GetShow2DOverlays(
int index)
const;
102 bool LoadPVX(
const char* fname);
112 bool ShowBorders =
false;
113 bool Coverable =
false;
114 bool FullScreen =
false;
115 double EyeSeparation = 0.0;
118 std::unique_ptr<vtkInternals> Internals;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
display configuration container
#define VTKREMOTINGCORE_EXPORT
void operator=(const vtkObjectBase &)