#include <TGLFormat.h>
Definition at line 34 of file TGLFormat.h.
Definition at line 37 of file TGLFormat.h.
Definition at line 37 of file TGLFormat.h.
| TGLFormat::TGLFormat | ( | ) |
Definition at line 33 of file TGLFormat.cxx.
| TGLFormat::TGLFormat | ( | EFormatOptions | options | ) |
Definition at line 55 of file TGLFormat.cxx.
| TGLFormat::~TGLFormat | ( | ) | [virtual] |
Definition at line 71 of file TGLFormat.cxx.
| TGLFormat::TGLFormat | ( | ) |
| TGLFormat::TGLFormat | ( | EFormatOptions | options | ) |
| virtual TGLFormat::~TGLFormat | ( | ) | [virtual] |
| Int_t TGLFormat::GetDefaultSamples | ( | ) | [static, private] |
Definition at line 207 of file TGLFormat.cxx.
References fgAvailableSamples, gEnv, TEnv::GetValue(), i, Info, InitAvailableSamples(), and TEnv::SetValue().
| void TGLFormat::InitAvailableSamples | ( | ) | [static, private] |
Definition at line 229 of file TGLFormat.cxx.
References TGLWidget::CreateDummy(), Display(), fgAvailableSamples, GLX_SAMPLES_ARB, GLX_USE_GL, GLXEW_ARB_multisample, glXGetConfig(), gVirtualX, i, TGLWidget::MakeCurrent(), and mask.
Referenced by GetDefaultSamples().
Definition at line 77 of file TGLFormat.cxx.
References fAccumSize, fDepthSize, fDoubleBuffered, and fStencilSize.
Definition at line 85 of file TGLFormat.cxx.
| Int_t TGLFormat::GetDepthSize | ( | ) | const |
Definition at line 92 of file TGLFormat.cxx.
References fDepthSize.
Referenced by fill_format(), and HasDepth().
| void TGLFormat::SetDepthSize | ( | Int_t | depth | ) |
| Bool_t TGLFormat::HasDepth | ( | ) | const |
Definition at line 107 of file TGLFormat.cxx.
References GetDepthSize().
Referenced by fill_format().
| Int_t TGLFormat::GetStencilSize | ( | ) | const |
Definition at line 114 of file TGLFormat.cxx.
References fStencilSize.
Referenced by fill_format(), and HasStencil().
| void TGLFormat::SetStencilSize | ( | Int_t | stencil | ) |
| Bool_t TGLFormat::HasStencil | ( | ) | const |
Definition at line 129 of file TGLFormat.cxx.
References GetStencilSize().
Referenced by fill_format().
| Int_t TGLFormat::GetAccumSize | ( | ) | const |
Definition at line 136 of file TGLFormat.cxx.
References fAccumSize.
Referenced by HasAccumBuffer().
| void TGLFormat::SetAccumSize | ( | Int_t | accum | ) |
| Bool_t TGLFormat::HasAccumBuffer | ( | ) | const |
Definition at line 151 of file TGLFormat.cxx.
References GetAccumSize().
Referenced by fill_format().
| Bool_t TGLFormat::IsDoubleBuffered | ( | ) | const |
Definition at line 158 of file TGLFormat.cxx.
References fDoubleBuffered.
Referenced by fill_format().
| void TGLFormat::SetDoubleBuffered | ( | Bool_t | db | ) |
| Bool_t TGLFormat::IsStereo | ( | ) | const |
| void TGLFormat::SetStereo | ( | Bool_t | db | ) |
Definition at line 179 of file TGLFormat.cxx.
References fStereo.
Referenced by TEveViewer::SpawnGLViewer().
| Int_t TGLFormat::GetSamples | ( | ) | const |
Definition at line 186 of file TGLFormat.cxx.
References fSamples.
Referenced by fill_format(), and TGLViewer::SavePictureUsingFBO().
| void TGLFormat::SetSamples | ( | Int_t | samples | ) |
| Bool_t TGLFormat::HasMultiSampling | ( | ) | const |
| TGLFormat::ClassDef | ( | TGLFormat | , | |
| 0 | ||||
| ) |
| static Int_t TGLFormat::GetDefaultSamples | ( | ) | [static, private] |
| static void TGLFormat::InitAvailableSamples | ( | ) | [static, private] |
| Int_t TGLFormat::GetDepthSize | ( | ) | const |
| void TGLFormat::SetDepthSize | ( | Int_t | depth | ) |
| Bool_t TGLFormat::HasDepth | ( | ) | const |
| Int_t TGLFormat::GetStencilSize | ( | ) | const |
| void TGLFormat::SetStencilSize | ( | Int_t | stencil | ) |
| Bool_t TGLFormat::HasStencil | ( | ) | const |
| Int_t TGLFormat::GetAccumSize | ( | ) | const |
| void TGLFormat::SetAccumSize | ( | Int_t | accum | ) |
| Bool_t TGLFormat::HasAccumBuffer | ( | ) | const |
| Bool_t TGLFormat::IsDoubleBuffered | ( | ) | const |
| void TGLFormat::SetDoubleBuffered | ( | Bool_t | db | ) |
| Bool_t TGLFormat::IsStereo | ( | ) | const |
| void TGLFormat::SetStereo | ( | Bool_t | db | ) |
| Int_t TGLFormat::GetSamples | ( | ) | const |
| void TGLFormat::SetSamples | ( | Int_t | samples | ) |
| Bool_t TGLFormat::HasMultiSampling | ( | ) | const |
| TGLFormat::ClassDef | ( | TGLFormat | , | |
| 0 | ||||
| ) |
Bool_t TGLFormat::fDoubleBuffered [private] |
Definition at line 49 of file TGLFormat.h.
Referenced by IsDoubleBuffered(), operator==(), and SetDoubleBuffered().
Bool_t TGLFormat::fStereo [private] |
Int_t TGLFormat::fDepthSize [private] |
Definition at line 51 of file TGLFormat.h.
Referenced by GetDepthSize(), operator==(), and SetDepthSize().
Int_t TGLFormat::fAccumSize [private] |
Definition at line 52 of file TGLFormat.h.
Referenced by GetAccumSize(), operator==(), and SetAccumSize().
Int_t TGLFormat::fStencilSize [private] |
Definition at line 53 of file TGLFormat.h.
Referenced by GetStencilSize(), operator==(), and SetStencilSize().
Int_t TGLFormat::fSamples [private] |
Definition at line 54 of file TGLFormat.h.
Referenced by GetSamples(), HasMultiSampling(), and SetSamples().
std::vector< Int_t > TGLFormat::fgAvailableSamples [static, private] |
Definition at line 56 of file TGLFormat.h.
Referenced by GetDefaultSamples(), and InitAvailableSamples().
std::vector<Int_t> TGLFormat::fgAvailableSamples [static, private] |
Definition at line 56 of file TGLFormat.h.
1.5.1