TGeoCombiTrans


class description - source file - inheritance tree

class TGeoCombiTrans : public TGeoMatrix


    public:
TGeoCombiTrans TGeoCombiTrans() TGeoCombiTrans TGeoCombiTrans(const char* name) TGeoCombiTrans TGeoCombiTrans(Double_t dx, Double_t dy, Double_t dz, TGeoRotation* rot) TGeoCombiTrans TGeoCombiTrans(const TGeoCombiTrans&) virtual void ~TGeoCombiTrans() static TClass* Class() TGeoRotation* GetRotation() const virtual const Double_t* GetRotationMatrix() const virtual const Double_t* GetScale() const virtual const Double_t* GetTranslation() const virtual TClass* IsA() const void SetRotation(TGeoRotation* rot) void SetTranslation(Double_t dx, Double_t dy, Double_t dz) void SetTranslation(Double_t* vect) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Double_t fTranslation[3] translation vector TGeoRotation* fRotation rotation matrix


See also

TGeoGenTrans

Class Description

 Geometrical transformation package





/*

*/


TGeoCombiTrans()
 dummy ctor

TGeoCombiTrans(const char *name) :TGeoMatrix(name)
 ctor

TGeoCombiTrans(Double_t dx, Double_t dy, Double_t dz, TGeoRotation *rot) :TGeoMatrix("")
 ctor

~TGeoCombiTrans()
 destructor

void SetTranslation(Double_t dx, Double_t dy, Double_t dz)
 set the translation component

void SetTranslation(Double_t *vect)
 set the translation component

const Double_t* GetRotationMatrix() const
 get the rotation array



Inline Functions


                   void SetRotation(TGeoRotation* rot)
          TGeoRotation* GetRotation() const
        const Double_t* GetTranslation() 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)
         TGeoCombiTrans TGeoCombiTrans(const TGeoCombiTrans&)


Author: Andrei Gheata 25/10/01
Last update: root/geom:$Name: $:$Id: TGeoMatrix.cxx,v 1.4 2002/09/16 06:57:08 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.