Public Member Functions | |
TGLLevelPalette () | |
Ctor. More... | |
void | DisableTexture () const |
Disable 1D texture. More... | |
void | EnableTexture (Int_t mode) const |
Enable 1D texture. More... | |
Bool_t | GeneratePalette (UInt_t paletteSize, const Rgl::Range_t &zRange, Bool_t checkSize=kTRUE) |
Try to find colors for palette. More... | |
const UChar_t * | GetColour (Double_t z) const |
Get color. More... | |
const UChar_t * | GetColour (Int_t ind) const |
Get color. More... | |
Int_t | GetPaletteSize () const |
Get. Palette. Size. More... | |
Double_t | GetTexCoord (Double_t z) const |
Get tex coordinate. More... | |
void | SetContours (const std::vector< Double_t > *contours) |
Clear :) More... | |
Private Member Functions | |
TGLLevelPalette (const TGLLevelPalette &) | |
TGLLevelPalette & | operator= (const TGLLevelPalette &) |
Private Attributes | |
const std::vector< Double_t > * | fContours |
Int_t | fMaxPaletteSize |
UInt_t | fPaletteSize |
std::vector< UChar_t > | fTexels |
UInt_t | fTexture |
Rgl::Range_t | fZRange |
#include <TGLUtil.h>
|
private |
TGLLevelPalette::TGLLevelPalette | ( | ) |
Ctor.
Definition at line 4151 of file TGLUtil.cxx.
void TGLLevelPalette::DisableTexture | ( | ) | const |
Disable 1D texture.
Definition at line 4246 of file TGLUtil.cxx.
Enable 1D texture.
Definition at line 4227 of file TGLUtil.cxx.
Bool_t TGLLevelPalette::GeneratePalette | ( | UInt_t | paletteSize, |
const Rgl::Range_t & | zRange, | ||
Bool_t | checkSize = kTRUE |
||
) |
Try to find colors for palette.
Definition at line 4162 of file TGLUtil.cxx.
Get color.
Definition at line 4292 of file TGLUtil.cxx.
Get color.
Definition at line 4309 of file TGLUtil.cxx.
Int_t TGLLevelPalette::GetPaletteSize | ( | ) | const |
Get. Palette. Size.
Definition at line 4255 of file TGLUtil.cxx.
Get tex coordinate.
Definition at line 4263 of file TGLUtil.cxx.
|
private |
Clear :)
Definition at line 4219 of file TGLUtil.cxx.
|
private |
|
private |