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

Function GetEntityTypeIsBlock

IO/IOSS/vtkIOSSReader.h:479–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 };
478
479 static bool GetEntityTypeIsBlock(int type) { return (type >= BLOCK_START && type < BLOCK_END); }
480 static bool GetEntityTypeIsSet(int type) { return (type >= SET_START && type < SET_END); }
481 static const char* GetDataAssemblyNodeNameForEntityType(int type);
482 static const char* GetMergedEntityNameForEntityType(int type);

Callers 2

TestIOSSTri6Function · 0.85

Calls

no outgoing calls

Tested by 1

TestIOSSTri6Function · 0.68