| 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 | ///@{ |
nothing calls this directly
no test coverage detected