Class HashImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.HashImageFilter
Compute the sha1 or md5 hash of an image.
See:
 itk::simple::Hash for the procedural interface
C++ includes: sitkHashImageFilter.h
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::HashImageFilter::HashImageFilter()protectedHashImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()itk::simple::HashImageFilter::~HashImageFilter() overridestd::string itk::simple::HashImageFilter::Execute(const Image &)protected voidfinalize()protected static longgetCPtr(HashImageFilter obj) HashFunction itk::simple::HashImageFilter::GetHashFunction() constgetName()std::string itk::simple::HashImageFilter::GetName() const override Name of this classvoidsetHashFunction(HashImageFilter.HashFunction hashFunction) Self& itk::simple::HashImageFilter::SetHashFunction(HashFunction hashFunction)protected static longtoString()std::string itk::simple::HashImageFilter::ToString() const overrideMethods 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- 
HashImageFilterprotected HashImageFilter(long cPtr, boolean cMemoryOwn) 
- 
HashImageFilterpublic HashImageFilter()itk::simple::HashImageFilter::HashImageFilter()
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ProcessObject
 
- 
deletepublic void delete()itk::simple::HashImageFilter::~HashImageFilter() override- Overrides:
- deletein class- ProcessObject
 
- 
setHashFunctionSelf& itk::simple::HashImageFilter::SetHashFunction(HashFunction hashFunction)
- 
getHashFunctionHashFunction itk::simple::HashImageFilter::GetHashFunction() const
- 
getNamestd::string itk::simple::HashImageFilter::GetName() const override Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::HashImageFilter::ToString() const override- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-