ANIMA  4.0
Functions
animaImageArithmetic.cxx File Reference
#include <tclap/CmdLine.h>
#include <animaReadWriteFunctions.h>
#include <itkImage.h>
#include <itkVectorImage.h>
#include <itkImageRegionIterator.h>
#include <itkAddImageFilter.h>
#include <itkSubtractImageFilter.h>
#include <itkDivideImageFilter.h>
#include <itkMultiplyImageFilter.h>
#include <itkPowImageFilter.h>
+ Include dependency graph for animaImageArithmetic.cxx:

Go to the source code of this file.

Functions

template<class ImageType >
void computeArithmetic (std::string &inStr, std::string &outStr, std::string &multImStr, std::string &divImStr, std::string &addImStr, std::string &subImStr, double multConstant, double divideConstant, double addConstant, double subConstant, double powConstant, unsigned int nThreads)
 
int main (int argc, char **argv)
 

Function Documentation

◆ computeArithmetic()

template<class ImageType >
void computeArithmetic ( std::string &  inStr,
std::string &  outStr,
std::string &  multImStr,
std::string &  divImStr,
std::string &  addImStr,
std::string &  subImStr,
double  multConstant,
double  divideConstant,
double  addConstant,
double  subConstant,
double  powConstant,
unsigned int  nThreads 
)

Definition at line 15 of file animaImageArithmetic.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 187 of file animaImageArithmetic.cxx.