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

Function XdmfArrayIsInitialized

ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:2185–2189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2183}
2184
2185int
2186XdmfArrayIsInitialized(XDMFARRAY * array)
2187{
2188 return ((XdmfArray *)(array))->isInitialized();
2189}
2190
2191void
2192XdmfArrayPushBack(XDMFARRAY * array, void * value, int arrayType, int * status)

Callers

nothing calls this directly

Calls 1

isInitializedMethod · 0.45

Tested by

no test coverage detected