| 96 | */ |
| 97 | virtual vtkCoordinate* GetPoint1Coordinate() { return this->GetPositionCoordinate(); } |
| 98 | virtual void SetPoint1(double x[2]) { this->SetPosition(x); } |
| 99 | virtual void SetPoint1(double x, double y) { this->SetPosition(x, y); } |
| 100 | virtual double* GetPoint1() { return this->GetPosition(); } |
| 101 | ///@} |
nothing calls this directly
no test coverage detected