1 #ifndef ProcessBySample_h 2 #define ProcessBySample_h 61 int requirements = 0);
64 int requirements = 0);
68 void StartProcess(
void funct(std::vector<Isis::Buffer *> &in,
69 std::vector<Isis::Buffer *> &out));
77 template <
typename Functor>
92 template <
typename Functor>
93 void ProcessCube(
const Functor & funct,
bool threaded =
true) {
95 SetBricks(InputOutput);
106 template <
typename Functor>
109 SetBricks(InputOutputList);
114 void SetBricks(IOCubes cn);
Buffer for reading and writing cube data.
void ProcessCubes(const Functor &funct, bool threaded=true)
void StartProcess(void funct(Isis::Buffer &inout))
This method invokes the process by sample operation over a single input or output cube...
void VerifyCubes(IOCubes cn)
Verifies the dimensions of the input/output cubes.
void ProcessCubes(const Functor &functor, bool threaded=true)
Operate over an arbitrary number of input cubes given an arbitrary number of output cubes...
Cube * SetInputCube(const QString ¶meter, int requirements=0)
Opens an input cube specified by the user and verifies requirements are met.
Isis::Cube * SetInputCube(const QString ¶meter, int requirements=0)
Opens an input cube specified by the user and verifies requirements are met.
void ProcessCubeInPlace(const Functor &functor, bool threaded=true)
Operate over a single cube (either input or output).
void ProcessCube(const Functor &funct, bool threaded=true)
void ProcessCubeInPlace(const Functor &funct, bool threaded=true)
void ProcessCube(const Functor &functor, bool threaded=true)
Operate over a single input cube creating a separate output cube.
Namespace for ISIS/Bullet specific routines.
ProcessByBrick()
Constructs a ProcessByBrick object.
void SetWrap(bool wrap)
This wrapping option only applys when there are two or more input cubes.
IO Handler for Isis Cubes.