class TFImageSplice<short>


  File:      TFImage.cpp

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0    12.08.03  first released version
             1.1.2  14.02.05  new MakeHisto() function for 3 dim
                              images
             1.1.5  08.12.06  TFBaseImage copy constructor


Function Members (Methods)

public:
TFImageSplice<short>()
TFImageSplice<short>(const TFImageSplice<short>&)
TFImageSplice<short>(short* data, UInt_t* size)
TFImageSplice<short>(short* data, UInt_t* size, UInt_t* subOffset, UInt_t* subFreeze)
~TFImageSplice<short>()
static TClass*Class()
virtual TClass*IsA() const
shortoperator short()
TFImageSplice<short>operator()(int index)
TFImageSplice<short>&operator=(short data)
TFImageSplice<short>&operator=(const TFImageSplice<short>&)
TFImageSplice<short>operator[](int index)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

private:
short*fData
UInt_t*fSize
UInt_t*fSubFreeze
UInt_t*fSubOffset

Class Charts

Inheritance Chart:
TFImageSplice<short>

Function documentation

TFImageSplice<T> operator[](int index)
{return TFImageSplice<T> (fData + index * *fSize, fSize + 1);}
TFImageSplice<T> operator()(int index)
operator=(image)
IsA()

Author: (GADC)
Last update: Fri Mar 14 13:55:21 2008

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.