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

Function GetNodeName

Filters/Sources/vtkSelectionSource.h:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 void SetNodeName(const char* name) { this->SetNodeName(0, name); }
166 const char* GetNodeName(unsigned int nodeId);
167 const char* GetNodeName() { return this->GetNodeName(0); }
168 ///@}
169
170 ///@{

Callers

nothing calls this directly

Calls 1

GetNodeNameMethod · 0.45

Tested by

no test coverage detected