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

Function IsAssemblyNode

Common/DataModel/vtkDataAssembly.cxx:85–88  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

83
84//------------------------------------------------------------------------------
85bool IsAssemblyNode(const pugi::xml_node& node)
86{
87 return (!vtkDataAssembly::IsNodeNameReserved(node.name()));
88}
89
90//------------------------------------------------------------------------------
91bool IsDataSetNode(const pugi::xml_node& node)

Callers 8

for_eachMethod · 0.85
updateMethod · 0.85
ParseDocumentMethod · 0.85
GetChildMethod · 0.85
GetChildIndexMethod · 0.85
VisitMethod · 0.85
SelectNodesMethod · 0.85
SubsetCopyMethod · 0.85

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected