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

Function SetRootNodeName

Common/DataModel/vtkDataAssembly.h:159–162  ·  view source on GitHub ↗

@{ * Get/Set root node name. Defaults to DataAssembly. */

Source from the content-addressed store, hash-verified

157 * Get/Set root node name. Defaults to DataAssembly.
158 */
159 void SetRootNodeName(const char* name)
160 {
161 this->SetNodeName(vtkDataAssembly::GetRootNode(), name);
162 }
163 const char* GetRootNodeName() const { return this->GetNodeName(vtkDataAssembly::GetRootNode()); }
164 ///@}
165

Callers

nothing calls this directly

Calls 2

GetRootNodeFunction · 0.85
SetNodeNameMethod · 0.45

Tested by

no test coverage detected