18 #ifndef OPAL_RealVector_HH
19 #define OPAL_RealVector_HH
41 virtual void print(std::ostream &)
const;
44 virtual void printValue(std::ostream &os)
const;
The base class for all OPAL objects.
The base class for all OPAL value definitions.
virtual bool canReplaceBy(Object *rhs)
Test for allowed replacement.
virtual double getRealComponent(int) const
Return indexed value.
RealVector(const RealVector &)
void operator=(const RealVector &)
virtual RealVector * clone(const std::string &name)
Make clone.
virtual void print(std::ostream &) const
Print the vector.
RealVector()
Exemplar constructor.
virtual void printValue(std::ostream &os) const
Print its value.