TGeoScale


class description - source file - inheritance tree

class TGeoScale : public TGeoMatrix


    public:
TGeoScale() TGeoScale(Double_t sx, Double_t sy, Double_t sz) TGeoScale(const char* name, Double_t sx, Double_t sy, Double_t sz) TGeoScale(const TGeoScale&) virtual ~TGeoScale() static TClass* Class() virtual const Double_t* GetRotationMatrix() const virtual const Double_t* GetScale() const virtual const Double_t* GetTranslation() const virtual TClass* IsA() const Bool_t Normalize() void SetScale(Double_t sx, Double_t sy, Double_t sz) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Double_t fScale[3] scale (x, y, z)

Class Description

 Geometrical transformation package





/*

*/


TGeoScale()
 default constructor

TGeoScale(Double_t sx, Double_t sy, Double_t sz) :TGeoMatrix("")
 default constructor

TGeoScale(const char *name, Double_t sx, Double_t sy, Double_t sz) :TGeoMatrix(name)
 default constructor

~TGeoScale()
 destructor

void SetScale(Double_t sx, Double_t sy, Double_t sz)
 scale setter

Bool_t Normalize()
 A scale transformation should be normalized by sx*sy*sz factor



Inline Functions


        const Double_t* GetTranslation() const
        const Double_t* GetRotationMatrix() const
        const Double_t* GetScale() const
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
              TGeoScale TGeoScale(const TGeoScale&)


Author: Andrei Gheata 25/10/01
Last update: root/geom:$Name: $:$Id: TGeoMatrix.cxx,v 1.7 2003/05/07 14:21:56 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - 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.