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

Function IsDataSetNode

Common/DataModel/vtkDataAssembly.cxx:91–94  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

89
90//------------------------------------------------------------------------------
91bool IsDataSetNode(const pugi::xml_node& node)
92{
93 return vtkDataAssembly::IsNodeNameReserved(node.name());
94}
95
96//------------------------------------------------------------------------------
97struct ValidationAndInitializationWalker : public pugi::xml_tree_walker

Callers 3

for_eachMethod · 0.85
updateMethod · 0.85
SubsetCopyMethod · 0.85

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected