MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / GetHash

Method GetHash

Code/BasicFilters/include/itkHashImageFilter.h:65–69  ·  view source on GitHub ↗

Get the computed Hash values */

Source from the content-addressed store, hash-verified

63
64 /** Get the computed Hash values */
65 std::string
66 GetHash() const
67 {
68 return this->GetHashOutput()->Get();
69 }
70 HashObjectType *
71 GetHashOutput()
72 {

Callers 4

ExecuteInternalMethod · 0.80
CheckImageHashMD5Method · 0.80
CheckImageHashSHA1Method · 0.80
TEST_FFunction · 0.80

Calls 2

GetHashOutputMethod · 0.95
GetMethod · 0.80

Tested by 3

CheckImageHashMD5Method · 0.64
CheckImageHashSHA1Method · 0.64
TEST_FFunction · 0.64