TGeoCombiTrans
class description - source file - inheritance tree
public:
TGeoCombiTrans()
TGeoCombiTrans(const char* name)
TGeoCombiTrans(Double_t dx, Double_t dy, Double_t dz, TGeoRotation* rot)
TGeoCombiTrans(const char* name, Double_t dx, Double_t dy, Double_t dz, TGeoRotation* rot)
TGeoCombiTrans(const TGeoCombiTrans&)
virtual ~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)
protected:
Double_t fTranslation[3] translation vector
TGeoRotation* fRotation rotation matrix
See also
-
TGeoGenTrans
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(const char *name, Double_t dx, Double_t dy, Double_t dz, TGeoRotation *rot)
:TGeoMatrix(name)
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.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.