65 {
data_ =
C.data_;
return *
this;}
68 {
data_ =
v;
return *
this;}
197 ,
virtual public CellHo<Type>
250{ data_ =
C.data_; up_ =
C.up_; down_ =
C.down_; }
260{ data_ =
C.data_; up_ =
C.up_; down_ =
C.down_;
template class for the 2 Dimensional Cells.
Cell2D(const Cell2D< Type > *left=NULL, const Cell2D< Type > *up=NULL, const Cell2D< Type > *right=NULL, const Cell2D< Type > *down=NULL)
Default constructor with a pointer on the data.
Cell2D< Type > & operator=(const Cell2D< Type > &C)
operator = : overwrite the Cell with C.
virtual ~Cell2D()
virtual destructor.
template Base class for the Cell in a list .
virtual ~CellBase()
virtual destructor.
CellBase< Type > & operator=(Type const &v)
Operator = : write a value on the cell.
Type const & data() const
CellBase()
constructor with a pointer on the data.
void setData(Type const &data)
Set data.
Type data_
Data contained by the Cell.
CellBase< Type > & operator=(const CellBase< Type > &C)
Operator = : overwrite the Cell with C.
CellBase(const CellBase< Type > &C)
Copy constructor.
CellBase(Type const &data)
constructor with a reference to the data.
template class for the Horizontal Cell of a Horizontal List.
void setRight(CellHo< Type > *right)
Set the right cell adress.
CellHo< Type > & operator=(Type const &v)
operator = : write a value on the cell.
void setLeft(CellHo< Type > *left)
Set the left cell adress.
CellHo< Type > * left_
pointer on the left cell
CellHo< Type > * right_
pointer on the right cell
virtual ~CellHo()
virtual destructor.
CellHo(CellHo< Type > *left=NULL, CellHo< Type > *right=NULL)
Default constructor
CellHo< Type > * getRight() const
Give the adress of the cell right.
CellHo< Type > & operator=(const CellHo< Type > &C)
Operator = : overwrite the Cell with C.
CellHo(CellHo< Type > *left, CellHo< Type > *right, Type const &data)
constructor with a reference to the data.
CellHo(const CellHo< Type > &C)
Copy constructor
CellHo< Type > * getLeft() const
Give the adress of the cell left.
template class for the Vertical Cell of a Vertical List.
CellVe< Type > * getUp() const
Give the adress of the cell up.
CellVe< Type > * getDown() const
Give the adress of the cell down.
CellVe< Type > * up_
pointer on the upper cell
CellVe< Type > * down_
pointer on the cell down
void setUp(CellVe< Type > *pcell)
Set the adress of the cell up.
CellVe(CellVe< Type > *up=0, CellVe< Type > *down=0)
Default constructor.
virtual ~CellVe()
Virtual destructor.
void setDown(CellVe< Type > *pcell)
Set the adress of the cell down.
CellVe< Type > & operator=(const CellVe< Type > &C)
Operator = : overwrite the Cell with C.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
The namespace STK is the main domain space of the Statistical ToolKit project.