SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkAtan2ImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkAtan2ImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::Atan2ImageFilter
 Computes two argument inverse tangent. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::Atan2 (const Image &image1, const Image &image2)
 Computes two argument inverse tangent. More...
 
Image itk::simple::Atan2 (const Image &image1, double constant)
 
Image itk::simple::Atan2 (double constant, const Image &image2)