25 #ifndef WDATASETFIBERVECTOR_H
26 #define WDATASETFIBERVECTOR_H
31 #include <boost/shared_ptr.hpp>
33 #include "../common/datastructures/WFiber.h"
35 #include "WDataSetFibers.h"
47 typedef boost::shared_ptr< WDataSetFiberVector >
SPtr;
116 virtual const std::string
getName()
const;
146 boost::shared_ptr< WFiber > centerLine( boost::shared_ptr< const WDataSetFibers > tracts );
148 boost::shared_ptr< WFiber > longestLine( boost::shared_ptr< const WDataSetFibers > tracts );
150 boost::shared_ptr< WFiber > centerLine( boost::shared_ptr< const WDataSetFiberVector > tracts );
152 boost::shared_ptr< WFiber > longestLine( boost::shared_ptr< const WDataSetFiberVector > tracts );
154 #endif // WDATASETFIBERVECTOR_H