40 #ifndef __OPENFLUID_CORE_VECTORVALUE_HPP__ 41 #define __OPENFLUID_CORE_VECTORVALUE_HPP__ 100 Vector<double>(static_cast<const
Vector<double>& >(Val))
144 void writeToStream(std::ostream& OutStm)
const;
148 writeToStream(OutStm);
Definition: ApplicationException.hpp:47
Definition: CompoundValue.hpp:51
VectorValue(unsigned long Size)
Definition: VectorValue.hpp:106
Definition: VectorValue.hpp:84
VectorValue(unsigned long Size, double InitValue)
Definition: VectorValue.hpp:114
Definition: Vector.hpp:56
VectorValue()
Definition: VectorValue.hpp:92
Type
Definition: Value.hpp:68
void writeQuotedToStream(std::ostream &OutStm) const
Definition: VectorValue.hpp:146
VectorValue(double *Data, unsigned long Size)
Definition: VectorValue.hpp:122
virtual ~VectorValue()
Definition: VectorValue.hpp:127
Value * clone() const
Definition: VectorValue.hpp:139
#define OPENFLUID_API
Definition: dllexport.hpp:86
VectorValue(const VectorValue &Val)
Definition: VectorValue.hpp:98
Type getType() const
Definition: VectorValue.hpp:134