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

Function SetQueryString

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

Source from the content-addressed store, hash-verified

417 */
418 void SetQueryString(unsigned int nodeId, const char* queryString);
419 void SetQueryString(const char* query) { this->SetQueryString(0, query); }
420 const char* GetQueryString(unsigned int nodeId);
421 const char* GetQueryString() { return this->GetQueryString(0); }
422 ///@}

Callers

nothing calls this directly

Calls 1

SetQueryStringMethod · 0.80

Tested by

no test coverage detected