| 145 | void SetInteractionColor(double c[3]) { this->SetInteractionColor(c[0], c[1], c[2]); } |
| 146 | void SetForegroundColor(double, double, double); |
| 147 | void SetForegroundColor(double c[3]) { this->SetForegroundColor(c[0], c[1], c[2]); } |
| 148 | ///@} |
| 149 | |
| 150 | ///@{ |
nothing calls this directly
no test coverage detected