Constellation: Connectivity-based Structural Parcellation


bundleSet.h
Go to the documentation of this file.
1#ifndef CONSTELLATION_BUNDLESET_H
2#define CONSTELLATION_BUNDLESET_H
3
4#include <aims/fibers/bundles.h>
5
6namespace constel {
8 typedef std::vector<Point> Fiber;
9 typedef std::vector<Fiber> Fibers;
10 typedef std::vector<Fibers> BundlesSet;
11 typedef std::pair<Fiber, double> WeightedFiber;
12 typedef std::vector<WeightedFiber> WeightedFibers;
13}
14
15#endif
aims::Polyline::Point_t FiberPoint
std::pair< Fiber, double > WeightedFiber
Definition bundleSet.h:11
std::vector< Fiber > Fibers
Definition bundleSet.h:9
std::vector< WeightedFiber > WeightedFibers
Definition bundleSet.h:12
std::vector< Point > Fiber
Definition bundleSet.h:8
std::vector< Fibers > BundlesSet
Definition bundleSet.h:10
aims::FiberPoint Point
Definition bundleSet.h:7