Constellation: Connectivity-based Structural Parcellation |
![]() |
#include <vector>#include <set>#include <map>#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Classes | |
| class | constel::Connectivity |
Namespaces | |
| namespace | constel |
Typedefs | |
| typedef std::vector< Connectivity > | constel::Connectivities |
| typedef std::vector< std::vector< std::size_t > > | constel::CNeighborhoods |
| typedef std::vector< std::pair< std::size_t, double > > | constel::QuickMap |
| typedef std::map< std::size_t, float > | constel::DistMap |
| typedef std::vector< QuickMap > | constel::Connection |
| typedef std::vector< Connection > | constel::BundleConnections |
| typedef boost::shared_ptr< BundleConnections > | constel::BundleConnections_shared_ptr |
| typedef std::vector< unsigned > | constel::ConnectionsLength |
| typedef std::vector< float > | constel::ConnectionsFloatLength |
| typedef boost::shared_ptr< ConnectionsLength > | constel::ConnectionsLength_shared_ptr |
| typedef std::vector< std::set< unsigned > > | constel::PolygonsByVertexIndex |
| typedef std::vector< PolygonsByVertexIndex > | constel::PolygonsByVertexIndex_collection |