|
0eaa5aa784
|
Major changes : new cython subclasses to handle columns with multiple
elements per line in a more efficient way + now elements_names are
passed as a list + new function to recover only the header of a column
|
2015-10-14 18:05:34 +02:00 |
|
|
4b7f2d268b
|
Doxygen documentation corrected and completed.
|
2015-09-30 12:03:46 +02:00 |
|
|
5c3bc03bd2
|
Added the handling of errors with the functions to get a value in a
column
|
2015-09-14 17:04:29 +02:00 |
|
|
f31d8983bb
|
Columns are now enlarged if needed when setting a value
|
2015-09-01 17:38:08 +02:00 |
|
|
3b7536c0df
|
The number of lines used is updated in the header when a value is set,
and the iteration on the values of a column is done on the number of
lines used (instead of on the total line count).
|
2015-08-26 17:25:15 +02:00 |
|
|
95dbeb25a0
|
Added functions to get and set values in columns using the element name
(for columns with lines made of vectors of elements), for all data types
|
2015-08-26 15:05:23 +02:00 |
|
|
eaca9c85f1
|
Files and functions for OBIDMS columns with the data type OBI_BOOL
|
2015-08-11 11:00:59 +02:00 |
|