Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
217
protected:
218
FixedNiftiImageIO()
Callers
1
GetWriterConfidenceLevel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected