41 #ifndef __OPENFLUID_CORE_VECTORVALUE_HPP__ 
   42 #define __OPENFLUID_CORE_VECTORVALUE_HPP__ 
   49 namespace openfluid { 
namespace core {
 
  134       Vector<double>(static_cast<const 
Vector<double>& >(Val))
 
  166     void writeToStream(std::ostream& OutStm) 
const;
 
  169     { writeToStream(OutStm); }
 
Definition: VectorValue.hpp:118
Definition: Vector.hpp:56
Value * clone() const 
Definition: VectorValue.hpp:163
Definition: CompoundValue.hpp:50
virtual ~VectorValue()
Definition: VectorValue.hpp:157
VectorValue(double *Data, unsigned long Size)
Definition: VectorValue.hpp:152
VectorValue(const VectorValue &Val)
Definition: VectorValue.hpp:132
VectorValue()
Definition: VectorValue.hpp:126
VectorValue(unsigned long Size, double InitValue)
Definition: VectorValue.hpp:146
Type
Definition: Value.hpp:68
void writeQuotedToStream(std::ostream &OutStm) const 
Definition: VectorValue.hpp:168
VectorValue(unsigned long Size)
Definition: VectorValue.hpp:140
Type getType() const 
Definition: VectorValue.hpp:160
#define OPENFLUID_API
Definition: dllexport.hpp:87