Class MEAL::ScalarVector

class ScalarVector : public MEAL::Scalar

Scalar functions that depend on an index.

This base class represents Scalar functions for which the evaluate method depends on an unsigned integer index.

Subclassed by MEAL::Convert< T, ScalarVector >, MEAL::Union

Public Functions

ScalarVector()

Default contructor.

virtual unsigned size() const = 0

Get the size of the position angle array.

void set_index(unsigned)

Set the index of the position angle array.

unsigned get_index() const

Get the index of the position angle array.