library: libRGL
#include "TGLTF3Painter.h"

TGLTF3Painter


class description - header file - source file
viewCVS header - viewCVS source

class TGLTF3Painter: public TGLPlotPainter

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGLTF3Painter(TF3* fun, TH1* hist, TGLOrthoCamera* camera, TGLPlotCoordinates* coord, Int_t glContext = -1)
~TGLTF3Painter()
virtual voidAddOption(const TString& stringOption)
static TClass*Class()
Bool_tTGLPlotPainter::CutAxisSelected() const
virtual char*GetPlotInfo(Int_t px, Int_t py)
virtual Bool_tInitGeometry()
voidTGLPlotPainter::InvalidateSelection()
virtual TClass*IsA() const
TVirtualGLPainter&TVirtualGLPainter::operator=(const TVirtualGLPainter&)
virtual voidTGLPlotPainter::Paint()
virtual voidPan(Int_t px, Int_t py)
virtual Bool_tTGLPlotPainter::PlotSelected(Int_t px, Int_t py)
virtual voidProcessEvent(Int_t event, Int_t px, Int_t py)
virtual voidTGLPlotPainter::SetFrameColor(const TColor* frameColor)
voidTGLPlotPainter::SetGLContext(Int_t context)
voidTGLPlotPainter::SetPadColor(const TColor* color)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStartPan(Int_t px, Int_t py)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
voidTGLPlotPainter::DrawSections() const
Int_tTGLPlotPainter::GetGLContext() const
const TColor*TGLPlotPainter::GetPadColor() const
Bool_tTGLPlotPainter::MakeGLContextCurrent() const
voidTGLPlotPainter::MoveSection(Int_t px, Int_t py)
voidTGLPlotPainter::PrintPlot() const
private:
virtual voidClearBuffers() const
virtual voidDrawPlot() const
virtual voidDrawSectionXOY() const
virtual voidDrawSectionXOZ() const
virtual voidDrawSectionYOZ() const
virtual voidInitGL() const
voidSetSurfaceColor() const

Data Members

public:
enum ETF3Style { kDefault
kMaple0
kMaple1
kMaple2
};
enum TGLPlotPainter::ESelectionBase { kHighColorSelectionBase
kTrueColorSelectionBase
};
enum TGLPlotPainter::ECutAxisID { kXAxis
kYAxis
kZAxis
};
protected:
TH1*TGLPlotPainter::fHist
TAxis*TGLPlotPainter::fXAxis
TAxis*TGLPlotPainter::fYAxis
TAxis*TGLPlotPainter::fZAxis
TGLPlotCoordinates*TGLPlotPainter::fCoord
TGLOrthoCamera*TGLPlotPainter::fCamera
TGLSelectionBufferTGLPlotPainter::fSelection
Bool_tTGLPlotPainter::fUpdateSelection
Bool_tTGLPlotPainter::fSelectionPass
Int_tTGLPlotPainter::fSelectedPart
TPointTGLPlotPainter::fMousePosition
Double_tTGLPlotPainter::fXOZSectionPos
Double_tTGLPlotPainter::fYOZSectionPos
Double_tTGLPlotPainter::fXOYSectionPos
TGLPlotBoxTGLPlotPainter::fBackBox
TGLBoxCutTGLPlotPainter::fBoxCut
vector<Double_t>TGLPlotPainter::fZLevels
Bool_tTGLPlotPainter::fHighColor
TGLPlotPainter::ESelectionBaseTGLPlotPainter::fSelectionBase
private:
TGLTF3Painter::ETF3StylefStyle
vector<TriFace_t>fMesh
TF3*fF3

Class Description

TGLTF3Painter(TF3 *fun, TH1 *hist, TGLOrthoCamera *camera, TGLPlotCoordinates *coord, Int_t ctx)
 Constructor.
char * GetPlotInfo(Int_t /*px*/, Int_t /*py*/)
Coords for point on surface under cursor.
Bool_t InitGeometry()
Create mesh.
void StartPan(Int_t px, Int_t py)
User clicks right mouse button (in a pad).
void Pan(Int_t px, Int_t py)
User's moving mouse cursor, with middle mouse button pressed (for pad).
Calculate 3d shift related to 2d mouse movement.
void AddOption(const TString &/*option*/)
No options for tf3
void ProcessEvent(Int_t event, Int_t /*px*/, Int_t py)
Change color sheme.
void InitGL()
Initialize OpenGL state variables.
void ClearBuffers()
Clears gl buffers (possibly with pad's background color).
void DrawPlot()
Draw mesh.
void SetSurfaceColor()
Set color for surface.
void DrawSectionXOZ()
XOZ parallel section.
void DrawSectionYOZ()
YOZ parallel section.
void DrawSectionXOY()
XOY parallel section

Last update: Sat Nov 25 07:35:04 2006


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.