TGLClipSet A collection of concrete TGLClip objects to be selected from.
void | TGLOverlayElement::ProjectionMatrixPushIdentity() |
TGLClipSet& | operator=(const TGLClipSet&) |
TGLClipSet(const TGLClipSet&) |
static TGLOverlayElement::EState | TGLOverlayElement::kActive | |
static TGLOverlayElement::ERole | TGLOverlayElement::kAll | |
static TGLOverlayElement::EState | TGLOverlayElement::kAllVisible | |
static TGLOverlayElement::ERole | TGLOverlayElement::kAnnotation | |
static TGLOverlayElement::EState | TGLOverlayElement::kDisabled | |
static TGLOverlayElement::EState | TGLOverlayElement::kInvisible | |
static TGLOverlayElement::ERole | TGLOverlayElement::kUser | |
static TGLOverlayElement::ERole | TGLOverlayElement::kViewer |
Bool_t | fAutoUpdate | |
TGLClipBox* | fClipBox | |
TGLClipPlane* | fClipPlane | |
TGLClip* | fCurrentClip | ! the current clipping shape |
TGLBoundingBox | fLastBBox | |
TGLManipSet* | fManip | |
TGLOverlayElement::ERole | TGLOverlayElement::fRole | |
Bool_t | fShowClip | |
Bool_t | fShowManip | |
TGLOverlayElement::EState | TGLOverlayElement::fState |
A new overlay hit is about to be processed. Forward to ManipSet.
Handle overlay event. Forward to ManipSet.
Forward request to fill the plane-set to the current clip.
Setup clipping objects for given scene bounding box.
Setup current clipping object for given scene bounding box.
Setup current clipping object for given scene bounding box.
Get state of clip object 'type' into data vector: 'type' requested - 'data' contents returned kClipPlane 4 components - A,B,C,D - of plane eq : Ax+By+CZ+D = 0 kBoxPlane 6 components - Box Center X/Y/Z - Box Extents X/Y/Z
Set state of clip object 'type' into data vector: 'type' specified 'data' contents interpretation kClipNone ignored kClipPlane 4 components - A,B,C,D - of plane eq : Ax+By+CZ+D = 0 kBoxPlane 6 components - Box Center X/Y/Z - Box Extents X/Y/Z
Get current type active in viewer - returns one of kClipNone kClipPlane or kClipBox.
Set current clip active in viewer - 'type' is one of kClipNone kClipPlane or kClipBox.