[root]/Packages/MatlabInterface/Dataflow/Modules/DataIO
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 100 (100.0%) | 9143 (100.0%) | 91.4 |
jeroen | 79 (79.0%) | 5503 (60.2%) | 69.6 |
callahan | 15 (15.0%) | 3635 (39.8%) | 242.3 |
mjc | 3 (3.0%) | 2 (0.0%) | 0.6 |
dav | 2 (2.0%) | 2 (0.0%) | 1.0 |
yarden | 1 (1.0%) | 1 (0.0%) | 1.0 |
Removed internal caching. Fixed support for point clouds
0 lines of code changed in 4 files:
completely revert commit 32690, as it broke all of Uintah
1 lines of code changed in 2 files:
removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml
1 lines of code changed in 1 file:
Added a 3rd string port to Matlab Module. Added FieldReader code for NoData/Constant/Linear basis functions. The field reader should read most of the in matlab defined meshes as a field. Updated the display window with information on the actual basis used for both field and mesh. Countless bug fixes for detecting which field type the user intended in its matlabfile. Addition of a framework for higher order defined meshes. Functions definitions for higher order elements are present but not yet implemented. The code is not yet GCC4 compliant, and may thus not compile on every system yet. The FieldWriter system is still largely unstested (hopefully coming soon, when I have time to adapt the code)
1 lines of code changed in 1 file:
Code that does compile, it is untested as the SCIRun core currently does crash when run. The field readers and writers have been disabled until I have time to finish the code rewrite (currently 60% of the new code is there). I changed the error reporting mechanism, it can now run without a ProgressReporter, and generates more up to date error messages. For the Matlab to field converters: code for writing fields has been written, code for assessing whether a matlab matrix can be translated into a SCIRun field has been generated, only the dynamic templated code to create the field from the matrix itself is still under construction. The goal is to have a fully working and tested version by the end of the year.
536 lines of code changed in 24 files:
Fixed the loading of m files in the GUI, improved handling of fields with constant data
797 lines of code changed in 1 file:
Merge the 1.24.2 changes into the trunk
4 lines of code changed in 2 files:
Added string ports in Matlab engine, for for instance specifying filenames. Capped the display buffer to 1000 lines
287 lines of code changed in 1 file:
Small bug fixes
48 lines of code changed in 11 files:
Integration of String class into matlab interface, a string will not be translated into a Nrrd anymore, but into the new string class. Strings can now be added into a bundle and then will automatically appear in Matlab as Strings. All the filename ports have been replaced with proper string input ports
3282 lines of code changed in 11 files:
finish separation of Core from Dataflow
1 lines of code changed in 1 file:
Modules now remember previous file paths when opening dialog box
27 lines of code changed in 11 files:
synchronize between my local latest version and SCIRun including fixes to edit config files directly from SCIRun
29 lines of code changed in 2 files:
fixed nrrd io in matlab module
1 lines of code changed in 1 file:
Activated ports to input filenames and added a module to read colormaps generated in Matlab
485 lines of code changed in 2 files:
updates on trunk
10 lines of code changed in 10 files:
Updates from branch.
2 lines of code changed in 1 file:
Remove file from trunk (to sync with branch).
0 lines of code changed in 1 file:
Merge v1_24_0_release
3631 lines of code changed in 13 files: