Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ IsValid
Method
IsValid
Modules/Core/src/DataManagement/mitkBaseGeometry.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
bool mitk::BaseGeometry::IsValid() const
204
{
205
return true;
206
}
207
208
void mitk::BaseGeometry::SetSpacing(const mitk::Vector3D &aSpacing, bool enforceSetSpacing)
209
{
Callers
8
GetActiveDataStorage
Method · 0.45
GetActiveDataStorageReference
Method · 0.45
SetActiveDataStorage
Method · 0.45
AddDataStorage
Method · 0.45
CreateDataStorage
Method · 0.45
GetDataStorageReference
Method · 0.45
HasDataStorage
Method · 0.45
SetFrameGeometry
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected