Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

BoolMatrix

#include "BoolAlgebra.hh"

BoolMatrix


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

class BoolMatrix

Inheritance Chart:
BoolMatrix
    private:
void Zero() public:
BoolMatrix(Int_t) BoolMatrix(const BoolMatrix&) virtual ~BoolMatrix() static TClass* Class() virtual TClass* IsA() const Bool_t operator()(Int_t i, Int_t j) const Bool_t& operator()(Int_t i, Int_t j) BoolMatrix& operator*=(const BoolMatrix&) BoolMatrix& operator=(const BoolMatrix&) void SetNeighborsMatrix() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fSize Bool_t fMatrix[256][256]

Class Description


BoolMatrix(Int_t size) : fSize(size)
 ctor

~BoolMatrix()
 dtor

void Zero()

void SetNeighborsMatrix()



Inline Functions


             Bool_t operator()(Int_t i, Int_t j) const
            Bool_t& operator()(Int_t i, Int_t j)
        BoolMatrix& operator=(const BoolMatrix&)
        BoolMatrix& operator*=(const BoolMatrix&)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         BoolMatrix BoolMatrix(const BoolMatrix&)
About Us | EUSO Official Website | Web pages created by Roberto Pesce and Alessandro Thea - Last Update Wed Nov 16 16:16:01 2005