This module loads simple text-based line data files.
virtual const std::string getName() const
Gives back the name of this module.
virtual void handleInputChange()
Handle a newly set input.
bool m_reload
True if the load function needs to be called.
virtual ~WMReadSimpleTextLineData()
Destructor.
std::shared_ptr< WModuleOutputData< WDataSetFibers > > m_output
The output connector for the data.
WMReadSimpleTextLineData()
Default constructor.
virtual void moduleMain()
Entry point after loading the module.
virtual const std::string getDescription() const
Gives back a description of this module.
virtual std::vector< WDataModuleInputFilter::ConstSPtr > getInputFilter() const
Define a list of file filters we support.
virtual void connectors()
Initialize the connectors this module is using.
virtual std::shared_ptr< WModule > factory() const
Due to the prototype design pattern used to build modules, this method returns a new instance of this...