Home » Developing U++ » UppHub » Const in ScatterDraw
Const in ScatterDraw [message #57018] |
Fri, 14 May 2021 21:07 |
Didier
Messages: 725 Registered: November 2008 Location: France
|
Contributor |
|
|
Hello Koldo,
Do you think it could be possible to add const to the following methods of ScatterDraw::DataSource or is there a reason for them not to be const ?
virtual double y(int64 ) = 0;
virtual double x(int64 ) = 0;
virtual double znFixed(int , int64 ) {NEVER(); return Null;}
virtual double y(double ) {NEVER(); return Null;}
virtual double x(double ) {NEVER(); return Null;}
virtual double f(double ) {NEVER(); return Null;}
virtual double f(Vector<double> ) {NEVER(); return Null;}
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:12:38 CEST 2025
Total time taken to generate the page: 0.00657 seconds
|