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.
Definition at line 31 of file TGLClip.h.
|
| TGLClip (const TGLLogicalShape &logical, const TGLMatrix &transform, const float color[4]) |
| Construct a stand-alone physical clipping object.
|
|
virtual | ~TGLClip () |
| Destroy clip object.
|
|
virtual void | Draw (TGLRnrCtx &rnrCtx) const |
| Draw out clipping object with blending and back + front filling.
|
|
EMode | GetMode () const |
|
void | IncTimeStamp () |
|
void | Invalidate () |
|
virtual TClass * | IsA () const |
|
Bool_t | IsValid () const |
|
virtual void | Modified () |
|
virtual void | PlaneSet (TGLPlaneSet_t &set) const =0 |
|
void | SetMode (EMode mode) |
|
virtual void | Setup (const TGLBoundingBox &bbox)=0 |
|
virtual void | Setup (const TGLVector3 &, const TGLVector3 &) |
| Setup the clipping object with two vectors.
|
|
virtual void | Streamer (TBuffer &) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
UInt_t | TimeStamp () const |
|
| TGLPhysicalShape (UInt_t ID, const TGLLogicalShape &logicalShape, const Double_t *transform, Bool_t invertedWind, const Float_t rgba[4]) |
| Construct a physical shape using arguments:
|
|
| TGLPhysicalShape (UInt_t ID, const TGLLogicalShape &logicalShape, const TGLMatrix &transform, Bool_t invertedWind, const Float_t rgba[4]) |
| Construct a physical shape using arguments:
|
|
virtual | ~TGLPhysicalShape () |
| Destroy the physical shape.
|
|
void | AddReference (TGLPShapeRef *ref) |
| Add reference ref.
|
|
const TGLBoundingBox & | BoundingBox () const |
|
virtual void | CalculateShapeLOD (TGLRnrCtx &rnrCtx, Float_t &pixSize, Short_t &shapeLOD) const |
| Calculate shape-lod, suitable for use under projection defined by 'rnrCtx', taking account of which local axes of the shape support LOD adjustment, and the global 'sceneFlags' passed.
|
|
const Float_t * | Color () const |
|
const TGLLogicalShape * | GetLogical () const |
|
EManip | GetManip () const |
|
const TGLPhysicalShape * | GetNextPhysical () const |
|
TGLVector3 | GetScale () const |
|
UChar_t | GetSelected () const |
|
TGLVertex3 | GetTranslation () const |
|
UInt_t | ID () const |
|
void | InvokeContextMenu (TContextMenu &menu, UInt_t x, UInt_t y) const |
| Request creation of context menu on shape, attached to 'menu' at screen position 'x' 'y'.
|
|
Bool_t | IsInvisible () const |
|
Bool_t | IsModified () const |
|
Bool_t | IsSelected () const |
|
Bool_t | IsTransparent () const |
|
void | Modified () |
| Call this after modifying the physical so that the information can be propagated to the object referencing it.
|
|
virtual void | QuantizeShapeLOD (Short_t shapeLOD, Short_t combiLOD, Short_t &quantLOD) const |
| Factor in scene/vierer LOD and Quantize ... forward to logical shape.
|
|
void | RemoveReference (TGLPShapeRef *ref) |
| Remove reference ref.
|
|
void | Rotate (const TGLVertex3 &pivot, const TGLVector3 &axis, Double_t angle) |
|
void | Scale (const TGLVector3 &scale) |
|
void | Select (UChar_t select) |
|
void | SetColor (const Float_t rgba[17]) |
| Set full color attributes - see OpenGL material documentation for full description.
|
|
void | SetColorOnFamily (const Float_t rgba[17]) |
| Set full color attributes to all physicals sharing the same logical with this object.
|
|
void | SetDiffuseColor (Color_t ci, UChar_t transparency) |
| Set color from standard ROOT representation, that is color index.
|
|
void | SetDiffuseColor (const Float_t rgba[4]) |
| Set color from ROOT color index and transparency [0,100].
|
|
void | SetDiffuseColor (const UChar_t rgba[4]) |
| Set color from RGBA quadruplet.
|
|
void | SetManip (EManip manip) |
|
void | SetTransform (const Double_t vals[16]) |
|
void | SetTransform (const TGLMatrix &transform) |
|
void | SetTranslation (const TGLVertex3 &translation) |
|
void | SetupGLColors (TGLRnrCtx &rnrCtx, const Float_t *color=nullptr) const |
| Setup colors - avoid setting things not required for current draw flags.
|
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
void | Translate (const TGLVector3 &vect) |
|