library: libCore
#include "TPadView3D.h"

TPadView3D


class description - header file
viewCVS header

class TPadView3D

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TPadView3D()
TPadView3D(TVirtualPad* pad)
TPadView3D(const TPadView3D&)
virtual~TPadView3D()
virtual voidExecuteEvent(Int_t event, Int_t px, Int_t py)
virtual voidGetAngles(Double_t* main_angles, Double_t* extra_angles) const
virtual voidGetAnglesFactors(Double_t* factors) const
TVirtualPad*GetPad() const
virtual voidGetRange(Double_t* min, Double_t* max) const
virtual Float_tGetScale()
virtual voidGetShift(Double_t* main_shift, Double_t* extra_shift) const
TPadView3D&operator=(const TPadView3D&)
virtual voidPaint(Option_t* option = "")
virtual voidPaintBeginModel(Option_t* opt = "")
virtual voidPaintEnd(Option_t* opt = "")
virtual voidPaintPoints3D(const TPoints3DABC* points, Option_t* opt = "")
virtual voidPaintPolyLine(TPolyLine3D* line, Option_t* opt = "")
virtual voidPaintPolyMarker(TPolyMarker3D* marker, Option_t* opt = "")
virtual voidPaintScene(Option_t* opt = "")
virtual voidPopMatrix()
virtual voidPushMatrix()
virtual voidSetAngles(Double_t* main_angles, Double_t* extra_angles)
virtual voidSetAnglesFactors(Double_t* factors)
virtual voidSetAttNode(TNode* node, Option_t* opt = "")
virtual voidSetLineAttr(Color_t color, Int_t width, Option_t* opt = "")
voidSetPad(TVirtualPad* pad = 0)
virtual voidSetRange(Double_t* min, Double_t* max)
virtual voidSetScale(Float_t scale)
virtual voidSetShift(Double_t* main_shift, Double_t* extra_shift)
virtual voidSize(Int_t width, Int_t height)
virtual voidUpdateNodeMatrix(TNode* node, Option_t* opt = "")
virtual voidUpdatePosition(Double_t x, Double_t y, Double_t z, TRotMatrix* matrix, Option_t* opt = "")
virtual voidUpdateView()

Data Members

protected:
TVirtualPad*fParentPointer to the original TPad object
Double_tfViewBoxMin[3]Minimum of clip box
Double_tfViewBoxMax[3]Maximum of clip box
Double_tfTranslate[3]The vector to move object into the center of the scene
Double_tfExtraTranslate[3]The vector to move object with a mouse
Double_tfAngles[3]Latitude, Longitude, Psi
Double_tfExtraAngles[3]Latitude, Longitude, Psi
Double_tfAnglFactor[3]Latitude, Longitude, Psi
Float_tfScaleThe scale factor to control the border of the clip box

Class Description

void ExecuteEvent(Int_t, Int_t, Int_t)
{ }
void Paint(Option_t *)
{ }
void Size(Int_t, Int_t)
{ }
void PaintBeginModel(Option_t *)
{ }
void PaintEnd(Option_t *)
{ }
void PaintScene(Option_t *)
{ }
void PaintPolyMarker(TPolyMarker3D *, Option_t *)
{ }
void PaintPolyLine(TPolyLine3D *, Option_t *)
{ }
void PaintPoints3D(const TPoints3DABC *,Option_t *)
{ }
void SetAttNode(TNode *, Option_t *)
{ }
void SetLineAttr(Color_t ,Int_t ,Option_t *)
{ }
void UpdateNodeMatrix(TNode *, Option_t *)
{ }
void UpdatePosition(Double_t ,Double_t ,Double_t ,TRotMatrix *, Option_t *)
{ }
TPadView3D()
{ fParent = 0;}
TPadView3D(TVirtualPad *pad)
{ SetPad(pad); }
virtual ~TPadView3D()
TVirtualPad * GetPad()
{ return fParent; }
void PushMatrix()
{ }
void PopMatrix()
{ }
void SetPad(TVirtualPad *pad=0)
{ fParent = pad; }
void UpdateView()
{ }
void GetRange(Double_t min[3], Double_t max[3])
void SetRange(Double_t min[3], Double_t max[3])
void GetShift(Double_t main_shift[3], Double_t extra_shift[3])
void SetShift(Double_t main_shift[3], Double_t extra_shift[3])
void GetAngles(Double_t main_angles[3], Double_t extra_angles[3])
void SetAngles(Double_t main_angles[3], Double_t extra_angles[3])
void GetAnglesFactors(Double_t factors[3])
void SetAnglesFactors(Double_t factors[3])
Float_t GetScale()
{return fScale;}
void SetScale(Float_t scale)

Last update: Tue Nov 21 09:32:07 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.