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

Function GetName

Code/IO/include/sitkImageFileReader.h:88–92  ·  view source on GitHub ↗

return user readable name of the filter */

Source from the content-addressed store, hash-verified

86
87 /** return user readable name of the filter */
88 std::string
89 GetName() const override
90 {
91 return std::string("ImageFileReader");
92 }
93
94 void
95 SetFileName(const PathType & fn);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected