library: libGeom
#include "TGeoMatrix.h"

TGeoGenTrans


class description - source file - inheritance tree (.pdf)

class TGeoGenTrans : public TGeoCombiTrans

Inheritance Chart:
TObject
<-
TNamed
<-
TGeoMatrix
<-
TGeoCombiTrans
<-
TGeoGenTrans

    public:
TGeoGenTrans() TGeoGenTrans(const char* name) TGeoGenTrans(Double_t dx, Double_t dy, Double_t dz, Double_t sx, Double_t sy, Double_t sz, TGeoRotation* rot) TGeoGenTrans(const char* name, Double_t dx, Double_t dy, Double_t dz, Double_t sx, Double_t sy, Double_t sz, TGeoRotation* rot) TGeoGenTrans(const TGeoGenTrans&) virtual ~TGeoGenTrans() static TClass* Class() virtual void Clear(Option_t* option) virtual const Double_t* GetScale() const virtual TGeoMatrix& Inverse() const virtual TClass* IsA() const Bool_t Normalize() TGeoGenTrans& operator=(const TGeoGenTrans&) void SetScale(Double_t sx, Double_t sy, Double_t sz) void SetScale(Double_t* scale) 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


void Clear(Option_t *)
 clear the fields of this transformation

void SetScale(Double_t sx, Double_t sy, Double_t sz)
 set the scale

TGeoMatrix& Inverse() const
 Return a temporary inverse of this.

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



Inline Functions


                   void ~TGeoGenTrans()
           TGeoGenTrans TGeoGenTrans()
           TGeoGenTrans TGeoGenTrans(const char* name)
           TGeoGenTrans TGeoGenTrans(Double_t dx, Double_t dy, Double_t dz, Double_t sx, Double_t sy, Double_t sz, TGeoRotation* rot)
           TGeoGenTrans TGeoGenTrans(const char* name, Double_t dx, Double_t dy, Double_t dz, Double_t sx, Double_t sy, Double_t sz, TGeoRotation* rot)
                   void SetScale(Double_t* scale)
        const Double_t* GetScale() const
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
           TGeoGenTrans TGeoGenTrans(const TGeoGenTrans&)
          TGeoGenTrans& operator=(const TGeoGenTrans&)


Author: Andrei Gheata 25/10/01
Last update: root/geom:$Name: $:$Id: TGeoMatrix.cxx,v 1.39 2005/04/05 08:54:12 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.