Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetMetaData
Function
GetMetaData
Common/DataModel/vtkCompositeDataSetNodeReference.h:252–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
vtkInformation* GetMetaData() const
253
{
254
this->AssertValid();
255
return this->Iterator->GetCurrentMetaData();
256
}
257
};
258
259
VTK_ABI_NAMESPACE_END
Callers
nothing calls this directly
Calls
2
AssertValid
Method · 0.80
GetCurrentMetaData
Method · 0.45
Tested by
no test coverage detected