Package org.itk.simple
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 Summary
Nested Classes -
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::HashImageFilter::HashImageFilter()protected
HashImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
itk::simple::HashImageFilter::~HashImageFilter() overridestd::string itk::simple::HashImageFilter::Execute(const Image &)protected void
finalize()
protected static long
getCPtr
(HashImageFilter obj) HashFunction itk::simple::HashImageFilter::GetHashFunction() constgetName()
std::string itk::simple::HashImageFilter::GetName() const override Name of this classvoid
setHashFunction
(HashImageFilter.HashFunction hashFunction) Self& itk::simple::HashImageFilter::SetHashFunction(HashFunction hashFunction)protected static long
toString()
std::string itk::simple::HashImageFilter::ToString() const overrideMethods 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
-
HashImageFilter
protected HashImageFilter(long cPtr, boolean cMemoryOwn) -
HashImageFilter
public HashImageFilter()itk::simple::HashImageFilter::HashImageFilter()
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classProcessObject
-
delete
public void delete()itk::simple::HashImageFilter::~HashImageFilter() override- Overrides:
delete
in classProcessObject
-
setHashFunction
Self& itk::simple::HashImageFilter::SetHashFunction(HashFunction hashFunction) -
getHashFunction
HashFunction itk::simple::HashImageFilter::GetHashFunction() const -
getName
std::string itk::simple::HashImageFilter::GetName() const override Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::HashImageFilter::ToString() const override- Overrides:
toString
in classProcessObject
-
execute
std::string itk::simple::HashImageFilter::Execute(const Image &)
-