OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WMeshReaderFiberNavigator Class Reference

Load FiberNavigator meshes. More...

#include <WMeshReaderFiberNavigator.h>

+ Inheritance diagram for WMeshReaderFiberNavigator:
+ Collaboration diagram for WMeshReaderFiberNavigator:

Public Member Functions

 WMeshReaderFiberNavigator ()
 Constructor. More...
 
virtual ~WMeshReaderFiberNavigator ()
 Destructor. More...
 
virtual WTriangleMesh::SPtr operator() (WProgressCombiner::SPtr parentProgress, boost::filesystem::path file)
 Load the dataset. More...
 
- Public Member Functions inherited from WObjectNDIP< WMeshReaderInterface >
virtual ~WObjectNDIP ()
 Destructor. More...
 
virtual std::string getName () const
 The name of the object. More...
 
virtual std::string getDescription () const
 The description of this object. More...
 
virtual const char ** getIcon () const
 The icon of this object. More...
 
virtual WProperties::SPtr getProperties ()
 Return the property group of this object. More...
 
- Public Member Functions inherited from WMeshReaderInterface
virtual ~WMeshReaderInterface ()
 Destructor. More...
 
std::string getLine (std::shared_ptr< std::ifstream > ifs, const std::string &desc) const
 Read a line from the given input stream and throw an exception on error. More...
 
std::string getLine (std::ifstream &ifs, const std::string &desc) const
 Read a line from the given input stream and throw an exception on error. More...
 

Additional Inherited Members

- Public Types inherited from WObjectNDIP< WMeshReaderInterface >
typedef std::shared_ptr< WObjectNDIPSPtr
 Shared ptr to an instance. More...
 
typedef std::shared_ptr< const WObjectNDIPConstSPtr
 Shared ptr to a const instance. More...
 
- Protected Member Functions inherited from WObjectNDIP< WMeshReaderInterface >
 WObjectNDIP (std::string name, std::string description, const char **icon=NULL)
 Construct a NDIP'ed object. More...
 
- Protected Attributes inherited from WObjectNDIP< WMeshReaderInterface >
WProperties::SPtr m_properties
 the properties of the object. More...
 

Detailed Description

Load FiberNavigator meshes.

Definition at line 35 of file WMeshReaderFiberNavigator.h.

Constructor & Destructor Documentation

◆ WMeshReaderFiberNavigator()

WMeshReaderFiberNavigator::WMeshReaderFiberNavigator ( )

Constructor.

Definition at line 31 of file WMeshReaderFiberNavigator.cpp.

◆ ~WMeshReaderFiberNavigator()

WMeshReaderFiberNavigator::~WMeshReaderFiberNavigator ( )
virtual

Destructor.

Definition at line 37 of file WMeshReaderFiberNavigator.cpp.

Member Function Documentation

◆ operator()()

WTriangleMesh::SPtr WMeshReaderFiberNavigator::operator() ( WProgressCombiner::SPtr  parentProgress,
boost::filesystem::path  file 
)
virtual

Load the dataset.

Throws exceptions if appropriate. Refer to the implementing class.

Parameters
parentProgressthe progress indicator
filepath to the file to load
Returns
the loaded mesh

Implements WMeshReaderInterface.

Definition at line 42 of file WMeshReaderFiberNavigator.cpp.

References WLogger::addLogMessage(), and WLogger::getLogger().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: