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

Function GetName

Code/BasicFilters/include/sitkHashImageFilter.h:62–66  ·  view source on GitHub ↗

Name of this class */

Source from the content-addressed store, hash-verified

60
61 /** Name of this class */
62 std::string
63 GetName() const override
64 {
65 return std::string("Hash");
66 }
67
68 // Print ourselves out
69 std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected