Class MEAL::Projection

class Projection : public Reference::Able

Manages a Function and the mapping of its parameters into a Composite.

Public Functions

Projection(Function *model = 0, Composite *meta = 0)

Default constructor.

~Projection()

Destructor.

unsigned get_imap(unsigned index) const

Return the mapped index.

inline void get_imap(std::vector<unsigned> &get) const

Return all mapped indeces.

Function *get_Function()

Return the model.

void set_Function(Function *_model)

Set the model.