31 #include <boost/shared_ptr.hpp>
46 WTractData( boost::shared_ptr< std::vector< float > > pointComponents, boost::shared_ptr< std::vector< size_t > > startIndices );
86 #endif // WTRACTDATA_H
Stores the data of deterministic fiber tractograms.
WTractData(boost::shared_ptr< std::vector< float > > pointComponents, boost::shared_ptr< std::vector< size_t > > startIndices)
Constructs a new WTractData.
boost::shared_ptr< std::vector< size_t > > m_startIndices
Stores for every tract the index number where it starts in the m_pointComponents array.
boost::shared_ptr< std::vector< float > > m_pointComponents
Stores the all components of all vertices of all tracts.