Skip to content
Snippets Groups Projects
Commit 6aa4ee99 authored by Matthias's avatar Matthias
Browse files

docu

parent 919afca2
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ public:
OutputData<double>* getOutputData() { return m_data.get(); }
const OutputData<double>* getOutputData() const { return m_data.get(); }
//! The given pointer becomes owned by this class!!
virtual void setOutputData(OutputData<double>* data) = 0;
//! Sets the raw data vector from external source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment