94 if (!
BoundsOk(
"TArrayD::AddAt", i))
return;
119 if (
fN)
delete [] temp;
136 if (array == 0)
return;
144 void TArrayD::Streamer(
TBuffer &b)
Abstract array base class.
TArrayD & operator=(const TArrayD &rhs)
TArrayD assignment operator.
Buffer base class used for serializing objects.
ClassImp(TArrayD) TArrayD
Default TArrayD ctor.
Bool_t BoundsOk(const char *where, Int_t at) const
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
void Adopt(Int_t n, Double_t *array)
Adopt array arr into TArrayD, i.e.
virtual void WriteFastArray(const Bool_t *b, Int_t n)=0
virtual ~TArrayD()
Delete TArrayD object.
Array of doubles (64 bits per element).
void AddAt(Double_t c, Int_t i)
Add double c at position i. Check for out of bounds.
void Set(Int_t n)
Set size of this array to n doubles.