13 #ifndef vtkPVCAVEConfigInformation_h 14 #define vtkPVCAVEConfigInformation_h 52 virtual bool GetIsInCAVE();
59 virtual double GetEyeSeparation();
65 virtual bool GetUseOffAxisProjection();
71 virtual int GetNumberOfDisplays();
78 virtual bool GetShowBorders();
85 virtual bool GetFullScreen();
93 virtual const char* GetName(
int index);
99 virtual bool GetShow2DOverlays(
int index);
113 virtual bool GetHasCorners(
int index);
141 virtual bool GetStereoEnabled(
int index);
148 virtual int GetStereoType(
int index);
156 int GetViewerId(
int index);
163 int GetNumberOfViewers();
170 int GetId(
int viewerIndex);
177 double GetEyeSeparation(
int viewerIndex);
186 std::unique_ptr<vtkInternals> Internal;
Store messages for the interpreter.
#define VTKREMOTINGCORE_EXPORT