BoolMatrix
#include "BoolAlgebra.hh" |
BoolMatrix
class description - source file - inheritance tree (.pdf)
class BoolMatrix
Inheritance Chart: | |||||
|
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
void Zero()
void SetNeighborsMatrix()
Inline Functions
void ~BoolMatrix() BoolMatrix BoolMatrix(Int_t) 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&)