ROOT 6.10/09 Reference Guide |
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 4117 of file TGLUtil.cxx.
void TGLLevelPalette::DisableTexture | ( | ) | const |
Disable 1D texture.
Definition at line 4212 of file TGLUtil.cxx.
Enable 1D texture.
Definition at line 4193 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 4128 of file TGLUtil.cxx.
Get color.
Definition at line 4258 of file TGLUtil.cxx.
Get color.
Definition at line 4275 of file TGLUtil.cxx.
Int_t TGLLevelPalette::GetPaletteSize | ( | ) | const |
Get. Palette. Size.
Definition at line 4221 of file TGLUtil.cxx.
Get tex coordinate.
Definition at line 4229 of file TGLUtil.cxx.
|
private |
Clear :)
Definition at line 4185 of file TGLUtil.cxx.
|
private |
|
private |