MCPcopy Create free account
hub / github.com/MITK/MITK / SupportsDimension

Method SupportsDimension

Modules/Core/src/mitkCoreActivator.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 itkTypeMacro(FixedNiftiImageIO, Superclass)
211
212 bool SupportsDimension(unsigned long dim) override
213 {
214 return dim > 1 && dim < 5;
215 }
216
217protected:
218 FixedNiftiImageIO()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected