TGLClip Abstract clipping shape - derives from TGLPhysicalShape Adds clip mode (inside/outside) and pure virtual method to approximate shape as set of planes. This plane set is used to perform interactive clipping using OpenGL clip planes.
| TGLClipSet() | |
| virtual | ~TGLClipSet() | 
| static TClass* | Class() | 
| void | FillPlaneSet(TGLPlaneSet_t& set) const | 
| void | GetClipState(EClipType type, Double_t* data) const | 
| EClipType | GetClipType() const | 
| TGLClip* | GetCurrentClip() const | 
| Bool_t | GetShowClip() const | 
| Bool_t | GetShowManip() const | 
| virtual Bool_t | Handle(TGLRnrCtx& rnrCtx, TGLOvlSelectRecord& selRec, Event_t* event) | 
| virtual TClass* | IsA() const | 
| Bool_t | IsClipping() const | 
| virtual Bool_t | MouseEnter(TGLOvlSelectRecord& selRec) | 
| virtual void | MouseLeave() | 
| virtual Bool_t | MouseStillInside(TGLOvlSelectRecord& selRec) | 
| virtual void | Render(TGLRnrCtx& rnrCtx) | 
| void | SetClipState(EClipType type, const Double_t* data) | 
| void | SetClipType(EClipType type) | 
| void | SetShowClip(Bool_t show) | 
| void | SetShowManip(Bool_t show) | 
| void | SetupClips(const TGLBoundingBox& sceneBBox) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| TGLClipBox* | fClipBox | |
| TGLClipPlane* | fClipPlane | |
| TGLClip* | fCurrentClip | ! the current clipping shape | 
| TGLManipSet* | fManip | |
| Bool_t | fShowClip | |
| Bool_t | fShowManip | 

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 current 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.