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

Function SetAssemblyName

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

Source from the content-addressed store, hash-verified

403 */
404 void SetAssemblyName(unsigned int nodeId, const char* name);
405 void SetAssemblyName(const char* name) { this->SetAssemblyName(0, name); }
406 const char* GetAssemblyName(unsigned int nodeId);
407 const char* GetAssemblyName() { return this->GetAssemblyName(0); }
408 void AddSelector(unsigned int nodeId, const char* selector);

Callers

nothing calls this directly

Calls 1

SetAssemblyNameMethod · 0.80

Tested by

no test coverage detected