class
CoefTree
: public floatVector
Vector of wavelet coefficients supporting tree-structured access
Type:
Instantiable
Parent classes:
public floatVector
Include file:
CoefAccess.h
Members:
Public:
CoefTree
(const
CoefAccessSubtree
& stree) ;
CoefTree
(const floatVector& fv) ;
CoefTree
(const floatVector& fv, unsigned int depth) ;
CoefTree
(unsigned int depth, float f = 0.0) ;
float&
operator()
(unsigned int i, unsigned int j) const ;
Friends:
friend class
CoefAccessSubtree
;