library: libGeom
#include "TGeoMatrix.h"

TGeoScale


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

class TGeoScale : public TGeoMatrix

Inheritance Chart:
TObject
<-
TNamed
<-
TGeoMatrix
<-
TGeoScale

    public:
TGeoScale() TGeoScale(const TGeoScale& other) TGeoScale(Double_t sx, Double_t sy, Double_t sz) TGeoScale(const char* name, Double_t sx, Double_t sy, Double_t sz) virtual ~TGeoScale() static TClass* Class() virtual const Double_t* GetRotationMatrix() const virtual const Double_t* GetScale() const virtual const Double_t* GetTranslation() const virtual TGeoMatrix& Inverse() const virtual TClass* IsA() const Bool_t Normalize() TGeoScale& operator=(const TGeoScale&) 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


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

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


                   void ~TGeoScale()
              TGeoScale TGeoScale()
              TGeoScale TGeoScale(const TGeoScale& other)
              TGeoScale TGeoScale(Double_t sx, Double_t sy, Double_t sz)
              TGeoScale TGeoScale(const char* name, Double_t sx, Double_t sy, Double_t sz)
        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& operator=(const TGeoScale&)


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.