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 ProcessObject
swigCMemOwn -
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::HashImageFilter::HashImageFilter()protectedHashImageFilter(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier 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 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, swigReleaseModifier and TypeMethodDescriptionvoidabort()virtual void itk::simple::ProcessObject::Abort() Sets an abort flag on the active process.intaddCommand(EventEnum event, Command cmd) virtual int itk::simple::ProcessObject::AddCommand(itk::simple::EventEnum event, itk::simple::Command &cmd) Add a Command Object to observer the event.voiddebugOff()voiddebugOn()protected static longgetCPtr(ProcessObject obj) booleangetDebug()static doublestatic booleanstatic doublestatic longstatic Stringstatic booleanlonglongfloatvirtual float itk::simple::ProcessObject::GetProgress() const An Active Measurement of the progress of execution.static voidstatic voidstatic voidstatic voidbooleanhasCommand(EventEnum event) virtual bool itk::simple::ProcessObject::HasCommand(itk::simple::EventEnum event) const Query of this object has any registered commands for event.voidvirtual void itk::simple::ProcessObject::RemoveAllCommands() Remove all registered commands.voidsetDebug(boolean debugFlag) static voidsetGlobalDefaultCoordinateTolerance(double arg0) static voidsetGlobalDefaultDebug(boolean debugFlag) static voidsetGlobalDefaultDirectionTolerance(double arg0) static voidsetGlobalDefaultNumberOfThreads(long n) static booleansetGlobalDefaultThreader(String threader) static voidsetGlobalWarningDisplay(boolean flag) voidsetNumberOfThreads(long n) voidsetNumberOfWorkUnits(long n) protected static longswigRelease(ProcessObject obj)
-
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:
finalizein classProcessObject
-
delete
public void delete()itk::simple::HashImageFilter::~HashImageFilter() override- Overrides:
deletein 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:
getNamein classProcessObject
-
toString
std::string itk::simple::HashImageFilter::ToString() const override- Overrides:
toStringin classProcessObject
-
execute
-