MCPcopy 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
259VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 2

AssertValidMethod · 0.80
GetCurrentMetaDataMethod · 0.45

Tested by

no test coverage detected