25 #ifndef WDATASETFIBERVECTOR_H
26 #define WDATASETFIBERVECTOR_H
31 #include <boost/shared_ptr.hpp>
33 #include "../common/datastructures/WFiber.h"
35 #include "WDataSetFibers.h"
36 #include "WExportDataHandler.h"
88 void sortDescLength();
97 boost::shared_ptr< WDataSetFiberVector > generateDataSetOutOfUsedFibers(
const std::vector< bool > &unused )
const;
111 virtual const std::string
getName()
const;
132 boost::shared_ptr< WDataSetFibers > toWDataSetFibers()
const;
141 boost::shared_ptr< WFiber > centerLine( boost::shared_ptr< const WDataSetFibers > tracts );
143 boost::shared_ptr< WFiber > longestLine( boost::shared_ptr< const WDataSetFibers > tracts );
145 boost::shared_ptr< WFiber > centerLine( boost::shared_ptr< const WDataSetFiberVector > tracts );
147 boost::shared_ptr< WFiber > longestLine( boost::shared_ptr< const WDataSetFiberVector > tracts );
149 #endif // WDATASETFIBERVECTOR_H