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

Enum HashFunction

Code/BasicFilters/include/sitkHashImageFilter.h:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 HashImageFilter();
50
51 enum HashFunction
52 {
53 SHA1,
54 MD5
55 };
56 void
57 SetHashFunction(HashFunction hashFunction);
58 HashFunction

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected