25 #ifndef WJOINCONTOURTREE_H
26 #define WJOINCONTOURTREE_H
32 #include <boost/shared_ptr.hpp>
34 #include "../../common/WTransferable.h"
35 #include "../WDataSetSingle.h"
36 #include "../WExportDataHandler.h"
81 boost::shared_ptr< std::set< size_t > > getVolumeVoxelsEnclosedByIsoSurface(
const double isoValue )
const;
88 virtual const std::string
getName()
const;
102 static boost::shared_ptr< WPrototyped > getPrototype();
108 void sortIndexArray();
113 boost::shared_ptr< WGridRegular3D >
m_grid;
142 bool operator()(
size_t i,
size_t j );
151 return "JoinContourTree";
156 return "Computes the Join-Tree out of a given dataset.";
159 #endif // WJOINCONTOURTREE_H