33 #ifndef __H__UG_projectors
34 #define __H__UG_projectors
36 #include <boost/mpl/pair.hpp>
37 #include <boost/mpl/string.hpp>
38 #include <boost/mpl/vector.hpp>
66 pair <ug::RefinementProjector, string<'defa','ult'> >,
67 pair <ug::CylinderProjector, string<'cyli','nder'> >,
68 pair <ug::EllipticCylinderProjector, string<'elli','pcyl'> >,
69 pair <ug::SphereProjector, string<'sphe','re'> >,
70 pair <ug::SubdivisionProjector, string<'subd','ivis', 'ion'> >,
71 pair <ug::SmoothProjector, string<'smoo','th'> >,
72 pair <ug::RasterLayersProjector,string<'rast','er'> >,
73 pair <ug::SomaProjector, string<'soma','ta'> >,
74 pair <ug::NeuriteProjector, string<'neur','ite'> >
vector< pair< ug::RefinementProjector, string< 'defa', 'ult'> >, pair< ug::CylinderProjector, string< 'cyli', 'nder'> >, pair< ug::EllipticCylinderProjector, string< 'elli', 'pcyl'> >, pair< ug::SphereProjector, string< 'sphe', 're'> >, pair< ug::SubdivisionProjector, string< 'subd', 'ivis', 'ion'> >, pair< ug::SmoothProjector, string< 'smoo', 'th'> >, pair< ug::RasterLayersProjector, string< 'rast', 'er'> >, pair< ug::SomaProjector, string< 'soma', 'ta'> >, pair< ug::NeuriteProjector, string< 'neur', 'ite'> > > ProjectorTypes
Definition: projectors.h:76
Definition: boost_serialization_routines.h:49
boost::mpl::tmp::ProjectorTypes ProjectorTypes
Definition: projectors.h:84