retoomey / RAPIO

Real Time Algorithm Parameter and IO
GNU Lesser General Public License v3.0
2 stars 0 forks source link

DataType create and cloning methods #6

Open retoomey opened 1 year ago

retoomey commented 1 year ago

Add proper methods for all DataTypes for deep copying or 'cloning' as in MRMS core. Some DataTypes have the Create, we need to enhance/finalize the API now as we develop new algorithms.

retoomey commented 1 year ago

Did some cleanup of the Create methods here: e6d6057 Still need to implement deep copy methods at some point and the unit tests for these things.

retoomey commented 4 months ago

Added various clone/deep copy methods for things coming from DataGrid, which is most of the important classes here: e546257 Will leave this open until fully tested in operations.