class TFImageSplice<char>


  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<char>()
TFImageSplice<char>(const TFImageSplice<char>&)
TFImageSplice<char>(char* data, UInt_t* size)
TFImageSplice<char>(char* data, UInt_t* size, UInt_t* subOffset, UInt_t* subFreeze)
~TFImageSplice<char>()
static TClass*Class()
virtual TClass*IsA() const
charoperator char()
TFImageSplice<char>operator()(int index)
TFImageSplice<char>&operator=(char data)
TFImageSplice<char>&operator=(const TFImageSplice<char>&)
TFImageSplice<char>operator[](int index)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

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

Class Charts

Inheritance Chart:
TFImageSplice<char>

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:20 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.