ROOT 6.16/01 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 4167 of file TGLUtil.cxx.
void TGLLevelPalette::DisableTexture | ( | ) | const |
Disable 1D texture.
Definition at line 4262 of file TGLUtil.cxx.
Enable 1D texture.
Definition at line 4243 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 4178 of file TGLUtil.cxx.
Get color.
Definition at line 4308 of file TGLUtil.cxx.
Get color.
Definition at line 4325 of file TGLUtil.cxx.
Int_t TGLLevelPalette::GetPaletteSize | ( | ) | const |
Get. Palette. Size.
Definition at line 4271 of file TGLUtil.cxx.
Get tex coordinate.
Definition at line 4279 of file TGLUtil.cxx.
|
private |
Clear :)
Definition at line 4235 of file TGLUtil.cxx.
|
private |
|
private |