Class Log10ImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.Log10ImageFilter
Computes the log10 of each pixel.
The computation is performed using std::log10(x).
See:
 itk::simple::Log10 for the procedural interface
 itk::Log10ImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkLog10ImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::Log10ImageFilter::Log10ImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedLog10ImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::Log10ImageFilter::~Log10ImageFilter() DestructorImage itk::simple::Log10ImageFilter::Execute(Image &&image1) Execute the filter on the input imageprotected voidfinalize()protected static longgetCPtr(Log10ImageFilter obj) getName()std::string itk::simple::Log10ImageFilter::GetName() const Name of this classprotected static longtoString()std::string itk::simple::Log10ImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, 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- 
Log10ImageFilterprotected Log10ImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Log10ImageFilterpublic Log10ImageFilter()itk::simple::Log10ImageFilter::Log10ImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::Log10ImageFilter::~Log10ImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::Log10ImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::Log10ImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-