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;
59 #endif // OPAL_RealVector_HH
virtual RealVector * clone(const std::string &name)
Make clone.
The base class for all OPAL objects.
void operator=(const RealVector &)
RealVector()
Exemplar constructor.
virtual void printValue(std::ostream &os) const
Print its value.
The base class for all OPAL value definitions.
virtual double getRealComponent(int) const
Return indexed value.
virtual void print(std::ostream &) const
Print the vector.
virtual bool canReplaceBy(Object *rhs)
Test for allowed replacement.