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 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.
-
inline Projection *get_map()