18#ifndef OPAL_RealVector_HH
19#define OPAL_RealVector_HH
38 virtual void print(std::ostream&)
const;
41 virtual void printValue(std::ostream& os)
const;
The base class for all OPAL objects.
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.
The base class for all OPAL value definitions.