| 63 | */ |
| 64 | void SetParametricRange(double tMin, double tMax); |
| 65 | void SetParametricRange(double tRange[2]) { this->SetParametricRange(tRange[0], tRange[1]); } |
| 66 | void GetParametricRange(double tRange[2]) const; |
| 67 | ///@} |
| 68 |
nothing calls this directly
no test coverage detected