sisi4s
Loading...
Searching...
No Matches
ComplexTensorWriter.hpp
Go to the documentation of this file.
1#ifndef COMPLEX_TENSOR_WRITER_DEFINED
2#define COMPLEX_TENSOR_WRITER_DEFINED
3
5
6namespace sisi4s {
8public:
10 ComplexTensorWriter(std::vector<Argument> const &argumentList);
11 virtual ~ComplexTensorWriter();
15 virtual void run();
16};
17} // namespace sisi4s
18
19#endif
#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 ComplexTensorWriter.hpp:7
virtual void run()
Writes the real tensor data given as Data argument to a file.
Definition ComplexTensorWriter.cxx:19
virtual ~ComplexTensorWriter()
Definition ComplexTensorWriter.cxx:17
Definition Algorithm.hpp:10