| Commit | Date | |
|---|---|---|
|
[r199]
by
ltilib
alvarado: Implementation of parameters class now in header file as workaround for Visual C++ bug. |
2003-05-06 15:58:55 | Tree |
| 2003-05-06 09:59:09 | Tree | |
| 2003-05-06 09:58:33 | Tree | |
| 2003-05-06 09:57:22 | Tree | |
| 2003-05-06 09:56:26 | Tree | |
|
[r194]
by
ltilib
alvarado: @CHG: the global template casting function cond_round_cast had a very short life due to the lack of ANSI C++ overloading of Visual C++. The bug Q240871 vorbids the use of the static_cast or dynamic_cast similar syntax, so that the new function is called condRoundCastTo(from,to). |
2003-05-06 09:56:04 | Tree |
| 2003-05-06 09:55:09 | Tree | |
|
[r192]
by
ltilib
alvarado: @CHG: The base classes for interpolators are not template classes any more. Therefore, the files ltiEquallySpacedSamplesInterpolator.cpp, ltiInterpolator.cpp and ltiVariablySpacedSamplesInterpolator.cpp have being added. |
2003-05-06 09:54:49 | Tree |
|
[r191]
by
ltilib
alvarado: @ADD: A simple class to represent line segments (tline<T>) has being added. Besides the storage of the begin and end points, this class provides some simple operations like detection of intersection with other lines or rectangles and minimal distance between a point and the line segment. |
2003-05-06 09:54:28 | Tree |
|
[r190]
by
ltilib
alvarado: @ADD: fastLine<T> class has being added. This from tline<T> inherited class stores more attributes of the line (like slope and delta (the direction vector) ), which should help to speed up the algorithms for intersection and distance detection. This first version provides only the interface, but the methods might still be too slow for real requirements. Work in accelerating them is still being done. |
2003-05-06 09:53:39 | Tree |