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

Function GetArrayComponent

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

Source from the content-addressed store, hash-verified

362 void SetArrayComponent(int component) { this->SetArrayComponent(0, component); }
363 int GetArrayComponent(unsigned int nodeId);
364 int GetArrayComponent() { return this->GetArrayComponent(0); }
365 ///@}
366
367 ///@{

Callers

nothing calls this directly

Calls 1

GetArrayComponentMethod · 0.80

Tested by

no test coverage detected