@{ * Get/Set root node name. Defaults to DataAssembly. */
| 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 |
nothing calls this directly
no test coverage detected