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

Function GetName

Code/BasicFilters/include/sitkCastImageFilter.h:59–63  ·  view source on GitHub ↗

Name of this class */

Source from the content-addressed store, hash-verified

57
58 /** Name of this class */
59 std::string
60 GetName() const override
61 {
62 return std::string("CastImageFilter");
63 }
64
65 // See super class for doxygen
66 std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected