28 #ifndef TRIALDISPLAY_ATTVALPOITOL_H
29 #define TRIALDISPLAY_ATTVALPOITOL_H
105 virtual void setValue(
const T& value);
149 #ifndef AIPS_NO_TEMPLATE_SRC
150 #include <display/Display/AttValPoiTol.tcc>
A 1-D Specialization of the Array class.
const AttributeValuePoiTol< T > & operator=(const AttributeValuePoiTol< T > &other)
Assignment operator.
Templated class for aliased, tolerant AttributeValues.
void updatePointerValue() const
Update the variable that is aliased to the AttributeValuePoiTol.
casacore::DataType itsPointerType
The pointer DataType.
const AttributeValuePoiTol< T > & myCast(const AttributeValueBase &other) const
Cast from Base class.
virtual void setValue(const T &value)
Change the value of the AttributeValue.
virtual casacore::String className() const
Return class name.
virtual AttributeValueBase * clone() const
Return a new copy of the AttributeValuePoiTol (virtual constructor).
bool Bool
Define the standard types used by Casacore.
Base class for values of Attributes used in the display classes.
Templated class for storing Attributes which have a tolerance.
casacore::Vector< T > * itsVectorPointerPtr
Pointer to the aliased variable.
virtual void operator+=(const AttributeValueBase &other)
Add other to *this.
virtual casacore::DataType getPointerType() const
Get the DataType of the aliased variable.
String: the storage and methods of handling collections of characters.
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.
AttributeValuePoiTol()
Default constructor.
virtual ~AttributeValuePoiTol()
Destructor.