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

Function GetName

Code/BasicFilters/include/sitkExtractImageFilter.h:173–177  ·  view source on GitHub ↗

Name of this class */

Source from the content-addressed store, hash-verified

171
172 /** Name of this class */
173 std::string
174 GetName() const
175 {
176 return "ExtractImageFilter";
177 }
178
179 /** Print ourselves out */
180 std::string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected