MCPcopy Create free account
hub / github.com/Kitware/VTK / HasMetaData

Function HasMetaData

Common/DataModel/vtkCompositeDataSetNodeReference.h:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 bool HasMetaData() const
247 {
248 this->AssertValid();
249 return this->Iterator->HasCurrentMetaData() != 0;
250 }
251
252 vtkInformation* GetMetaData() const
253 {

Callers

nothing calls this directly

Calls 2

AssertValidMethod · 0.80
HasCurrentMetaDataMethod · 0.45

Tested by

no test coverage detected