40 #ifndef __OPENFLUID_CORE_MATRIXVALUE_HPP__ 
   41 #define __OPENFLUID_CORE_MATRIXVALUE_HPP__ 
   48 namespace openfluid { 
namespace core {
 
  129                                           Matrix<double>(static_cast<const 
Matrix<double>& >(Val))
 
  141     MatrixValue(
unsigned long ColsNbr, 
unsigned long RowsNbr, 
double InitValue) :
 
  156     void writeToStream(std::ostream& OutStm) 
const;
 
  159     { writeToStream(OutStm); }
 
Definition: Matrix.hpp:56
Definition: CompoundValue.hpp:50
Type getType() const 
Definition: MatrixValue.hpp:150
void writeQuotedToStream(std::ostream &OutStm) const 
Definition: MatrixValue.hpp:158
MatrixValue(const MatrixValue &Val)
Definition: MatrixValue.hpp:128
MatrixValue(unsigned long ColsNbr, unsigned long RowsNbr)
Definition: MatrixValue.hpp:135
Type
Definition: Value.hpp:68
MatrixValue(unsigned long ColsNbr, unsigned long RowsNbr, double InitValue)
Definition: MatrixValue.hpp:141
Value * clone() const 
Definition: MatrixValue.hpp:153
virtual ~MatrixValue()
Definition: MatrixValue.hpp:147
Definition: MatrixValue.hpp:114
#define OPENFLUID_API
Definition: dllexport.hpp:87
MatrixValue()
Definition: MatrixValue.hpp:122