ROOT
6.07/01
Reference Guide
|
Definition at line 44 of file TGLPadUtils.h.
Public Member Functions | |
PolygonStippleSet () | |
Private Types | |
enum | EGeometry { kRowSize = 4, kNRows = 32, kStippleSize = kNRows * kRowSize } |
enum | EBitMasks { kLow4 = 0xf, kUp4 = 0xf0, k16Bits = 0xff } |
Static Private Member Functions | |
static UInt_t | SwapBits (UInt_t bits) |
Private Attributes | |
std::vector< unsigned char > | fStipples |
Static Private Attributes | |
static const UInt_t | fgBitSwap [] = {0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15} |
Friends | |
class | ::TGLPadPainter |
class | FillAttribSet |
#include <TGLPadUtils.h>
|
private |
Enumerator | |
---|---|
kLow4 | |
kUp4 | |
k16Bits |
Definition at line 59 of file TGLPadUtils.h.
|
private |
Enumerator | |
---|---|
kRowSize | |
kNRows | |
kStippleSize |
Definition at line 53 of file TGLPadUtils.h.
Rgl::Pad::PolygonStippleSet::PolygonStippleSet | ( | ) |
Definition at line 49 of file TGLPadUtils.cxx.
Definition at line 106 of file TGLPadUtils.cxx.
Referenced by PolygonStippleSet().
|
friend |
Definition at line 45 of file TGLPadUtils.h.
|
friend |
Definition at line 46 of file TGLPadUtils.h.
|
staticprivate |
Definition at line 50 of file TGLPadUtils.h.
Referenced by SwapBits().
|
private |
Definition at line 48 of file TGLPadUtils.h.
Referenced by Rgl::Pad::FillAttribSet::FillAttribSet(), and PolygonStippleSet().