sisi4s
Loading...
Searching...
No Matches
ComplexTensorReader.hpp
Go to the documentation of this file.
1#ifndef SRC_ALGORITHMS_COMPLEXTENSORREADER_HPP_
2#define SRC_ALGORITHMS_COMPLEXTENSORREADER_HPP_
3#include <vector>
4
6
7namespace sisi4s {
8
10public:
12 explicit ComplexTensorReader(std::vector<Argument> const &argumentList);
13 virtual ~ComplexTensorReader();
17 virtual void run();
18};
19
20} // namespace sisi4s
21
22#endif // SRC_ALGORITHMS_COMPLEXTENSORREADER_HPP_
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition Algorithm.hpp:169
Definition Algorithm.hpp:26
Definition ComplexTensorReader.hpp:9
virtual void run()
Reads real tensor data into the tensor Data.
Definition ComplexTensorReader.cxx:20
virtual ~ComplexTensorReader()
Definition ComplexTensorReader.cxx:18
Definition Algorithm.hpp:10