25 #ifndef WMESHREADERFREESURFER_H 
   26 #define WMESHREADERFREESURFER_H 
   28 #include <core/common/WObjectNDIP.h> 
   30 #include "WMeshReaderInterface.h" 
   57                                             boost::filesystem::path file );
 
WMeshReaderFreesurfer()
Constructor.
 
WPropInt m_propDatasetSizeZ
Size of the dataset (Z)
 
virtual ~WMeshReaderFreesurfer()
Destructor.
 
WPropInt m_propDatasetSizeY
Size of the dataset (Y)
 
WPropInt m_propDatasetSizeX
Size of the dataset (X)
 
virtual WTriangleMesh::SPtr operator()(WProgressCombiner::SPtr parentProgress, boost::filesystem::path file)
Load the dataset.
 
This is a base class for everything which has a Name,Description,Icon and Properties (=NDIP).
 
std::shared_ptr< WProgressCombiner > SPtr
Abbreviate shared_ptr for this class.
 
std::shared_ptr< WTriangleMesh > SPtr
Shared pointer.