Package org.itk.simple
Class Atan2ImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.Atan2ImageFilter
Computes two argument inverse tangent.
The first argument to the atan function is provided by a pixel in the
first input image (SetInput1() ) and the corresponding pixel in the
second input image (SetInput2() ) is used as the second argument.
This class is templated over the types of the two input images and the
type of the output image. Numeric conversions (castings) are done by
the C++ defaults.
Both pixel input types are cast to double in order to be used as
parameters of std::atan2() . The resulting double value is cast to the
output pixel type.
See:
itk::simple::Atan2 for the procedural interface
itk::Atan2ImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkAtan2ImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::Atan2ImageFilter::Atan2ImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
Atan2ImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::Atan2ImageFilter::~Atan2ImageFilter() DestructorImage itk::simple::Atan2ImageFilter::Execute(Image &&image1, double constant)Image itk::simple::Atan2ImageFilter::Execute(Image &&image1, double constant)Image itk::simple::Atan2ImageFilter::Execute(Image &&image1, double constant)protected void
finalize()
protected static long
getCPtr
(Atan2ImageFilter obj) getName()
std::string itk::simple::Atan2ImageFilter::GetName() const Name of this classprotected static long
toString()
std::string itk::simple::Atan2ImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
-
Constructor Details
-
Atan2ImageFilter
protected Atan2ImageFilter(long cPtr, boolean cMemoryOwn) -
Atan2ImageFilter
public Atan2ImageFilter()itk::simple::Atan2ImageFilter::Atan2ImageFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::Atan2ImageFilter::~Atan2ImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
getName
std::string itk::simple::Atan2ImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::Atan2ImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::Atan2ImageFilter::Execute(Image &&image1, double constant) -
execute
Image itk::simple::Atan2ImageFilter::Execute(Image &&image1, double constant) -
execute
Image itk::simple::Atan2ImageFilter::Execute(Image &&image1, double constant)
-