ug4
|
#include <boost/mpl/pair.hpp>
#include <boost/mpl/string.hpp>
#include <boost/mpl/vector.hpp>
#include "refinement_projector.h"
#include "cylinder_cut_projector.h"
#include "cylinder_projector.h"
#include "elliptic_cylinder_projector.h"
#include "plane_cut_projector.h"
#include "projection_handler.h"
#include "raster_layers_projector.h"
#include "smooth_projector.h"
#include "sphere_projector.h"
#include "subdivision_projector.h"
#include "neurite_projector.h"
#include "soma_projector.h"
Go to the source code of this file.
Namespaces | |
boost | |
boost::mpl | |
boost::mpl::tmp | |
ug | |
the ug namespace | |
Typedefs | |
typedef 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'> > > | boost::mpl::tmp::ProjectorTypes |
typedef boost::mpl::tmp::ProjectorTypes | ug::ProjectorTypes |