sisi4s
Loading...
Searching...
No Matches
TensorSlicer.hpp
Go to the documentation of this file.
1#ifndef TENOSR_SLICER_GOD_IS_IN_THE_DOLLARS
2#define TENOSR_SLICER_GOD_IS_IN_THE_DOLLARS
3
5
6namespace sisi4s {
7struct TensorSlicer : public Algorithm {
9 TensorSlicer(std::vector<Argument> const &argumentList)
10 : Algorithm(argumentList) {}
12 virtual void run();
13};
14} // namespace sisi4s
15
16#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 Algorithm.hpp:10
Definition TensorSlicer.hpp:7
virtual void run()
Definition TensorSlicer.cxx:19
TensorSlicer(std::vector< Argument > const &argumentList)
Definition TensorSlicer.hpp:9
~TensorSlicer()
Definition TensorSlicer.hpp:11