library: libRGL
#include "TGLClip.h"

TGLClip


class description - header file - source file - inheritance tree (.pdf)

class TGLClip : public TGLPhysicalShape

Inheritance Chart:
TGLDrawable
<-
TGLPhysicalShape
<-
TGLClip
<-
TGLClipBox
TGLClipPlane
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~TGLClip() static TClass* Class() virtual void Draw(const TGLDrawFlags& flags) const virtual TClass* IsA() const TGLClip::EMode Mode() const virtual void PlaneSet(TGLPlaneSet_t& set) const void SetMode(TGLClip::EMode mode) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGLClip::EMode fMode public:
static const TGLClip::EMode kInside static const TGLClip::EMode kOutside

Class Description

                                                                      
 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.                       

~TGLClip()
 Destroy clip object
void Draw(const TGLDrawFlags & flags)
 Draw out clipping object with blending and back + front filling.
 Some clip objects are single face which we want to see both sides of.
EMode Mode()
void SetMode(EMode mode)
void PlaneSet(TGLPlaneSet_t & set)

Author: Richard Maunder 16/09/2005
Last update: root/gl:$Name: $:$Id: TGLClip.cxx,v 1.7 2006/02/20 11:02:19 brun Exp $
Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.