Class MEAL::Project

template<class Component>
class Project : public Reference::To<Component>

Template combines a reference to a Component and its Projection.

Public Functions

inline Project(Component *model = 0)

Default constructor.

inline const Project &operator=(Component *model)

Assignment operator.

inline Projection *get_map()

Return the Projection.

inline const Projection *get_map() const

Return the const Projection.

inline unsigned get_imap(unsigned index) const

Return the mapped index.