Directory Packages/MatlabInterface/Dataflow/Modules/DataIO/

Total Files:
14
Deleted Files:
1
Lines of Code:
3906

[root]/Packages/MatlabInterface/Dataflow/Modules/DataIO

Lines of Code

Packages/MatlabInterface/Dataflow/Modules/DataIO/ Lines of Code

Developers

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

Most Recent Commits

jeroen 2005-12-13 18:11 Rev.: 32833

Removed internal caching. Fixed support for point clouds

0 lines of code changed in 4 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (changed), MatlabBundle.cc (new)
mjc 2005-12-02 02:23 Rev.: 32697

completely revert commit 32690, as it broke all of Uintah

1 lines of code changed in 2 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: sub.mk (new)
mjc 2005-12-01 15:19 Rev.: 32690

removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml

1 lines of code changed in 1 file:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: sub.mk (+1 -1)
jeroen 2005-10-24 11:42 Rev.: 32267

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:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (+1 -1)
jeroen 2005-10-17 11:49 Rev.: 32173

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:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (+348 -361), MatlabBundle.cc (+92 -90), MatlabBundlesReader.cc (+10 -11), MatlabBundlesWriter.cc (+6 -9), MatlabColorMapsReader.cc (new), MatlabDataReader.cc (new), MatlabDataWriter.cc (new), MatlabFieldsReader.cc (+8 -9), MatlabFieldsWriter.cc (new), MatlabMatricesReader.cc (new), MatlabMatricesWriter.cc (new), MatlabNrrdsReader.cc (new), MatlabNrrdsWriter.cc (new)
jeroen 2005-10-09 22:46 Rev.: 32088

Fixed the loading of m files in the GUI, improved handling of fields with constant data

797 lines of code changed in 1 file:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: MatlabBundle.cc (+797 -811)
callahan 2005-10-07 18:02 Rev.: 32069

Merge the 1.24.2 changes into the trunk

4 lines of code changed in 2 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (+3 -3), MatlabBundle.cc (+1 -1)
jeroen 2005-10-03 14:47 Rev.: 32050

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:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (+287 -150)
jeroen 2005-09-22 12:50 Rev.: 31998

Small bug fixes

48 lines of code changed in 11 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: MatlabBundlesReader.cc (+3), MatlabBundlesWriter.cc (+6 -3), MatlabColorMapsReader.cc (+6 -3), MatlabDataReader.cc (+3), MatlabDataWriter.cc (+3), MatlabFieldsReader.cc (+3), MatlabFieldsWriter.cc (+3), MatlabMatricesReader.cc (+6 -3), MatlabMatricesWriter.cc (+6 -3), MatlabNrrdsReader.cc (+6 -3), MatlabNrrdsWriter.cc (+3)
jeroen 2005-08-29 14:36 Rev.: 31760

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:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: MatlabBundlesReader.cc (+277 -281), MatlabBundlesWriter.cc (+221 -223), MatlabColorMapsReader.cc (+348 -344), MatlabDataReader.cc (+383 -382), MatlabDataWriter.cc (+295 -296), MatlabFieldsReader.cc (+342 -340), MatlabFieldsWriter.cc (+243 -242), MatlabMatricesReader.cc (+344 -343), MatlabMatricesWriter.cc (+248 -246), MatlabNrrdsReader.cc (+329 -326), MatlabNrrdsWriter.cc (+252 -248)
yarden 2005-07-07 15:35 Rev.: 31048

finish separation of Core from Dataflow

1 lines of code changed in 1 file:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: sub.mk (+1 -1)
jeroen 2005-06-02 10:13 Rev.: 30485

Modules now remember previous file paths when opening dialog box

27 lines of code changed in 11 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: MatlabBundlesReader.cc (+2), MatlabBundlesWriter.cc (+2), MatlabColorMapsReader.cc (+2), MatlabDataReader.cc (+2), MatlabDataWriter.cc (+4 -2), MatlabFieldsReader.cc (+2), MatlabFieldsWriter.cc (+2), MatlabMatricesReader.cc (+2), MatlabMatricesWriter.cc (+4 -2), MatlabNrrdsReader.cc (+3 -1), MatlabNrrdsWriter.cc (+2)
jeroen 2005-05-27 13:14 Rev.: 30418

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:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (+16), MatlabBundle.cc (+13 -1)
jeroen 2005-05-24 15:52 Rev.: 30371

fixed nrrd io in matlab module

1 lines of code changed in 1 file:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (+1 -1)
jeroen 2005-05-06 14:41 Rev.: 30095

Activated ports to input filenames and added a module to read colormaps generated in Matlab

485 lines of code changed in 2 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: MatlabColorMapsReader.cc (+484), sub.mk (+1)
jeroen 2005-03-01 07:54 Rev.: 29012

updates on trunk

10 lines of code changed in 10 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: MatlabBundlesReader.cc (+1 -1), MatlabBundlesWriter.cc (+1 -1), MatlabDataReader.cc (+1 -1), MatlabDataWriter.cc (+1 -1), MatlabFieldsReader.cc (+1 -1), MatlabFieldsWriter.cc (+1 -1), MatlabMatricesReader.cc (+1 -1), MatlabMatricesWriter.cc (+1 -1), MatlabNrrdsReader.cc (+1 -1), MatlabNrrdsWriter.cc (+1 -1)
dav 2005-02-24 16:06 Rev.: 28929

Updates from branch.

2 lines of code changed in 1 file:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: MatlabBundlesReader.cc (+2 -2)
dav 2005-02-24 16:03 Rev.: 28927

Remove file from trunk (to sync with branch).

0 lines of code changed in 1 file:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab2.cc (del)
callahan 2005-02-04 16:14 Rev.: 28465

Merge v1_24_0_release

3631 lines of code changed in 13 files:

  • Packages/MatlabInterface/Dataflow/Modules/DataIO: Matlab.cc (+1420 -261), MatlabBundle.cc (+1211), MatlabBundlesReader.cc (+503), MatlabBundlesWriter.cc (+371), MatlabDataReader.cc (+16), MatlabDataWriter.cc (+16), MatlabFieldsReader.cc (+16), MatlabFieldsWriter.cc (+15), MatlabMatricesReader.cc (+17), MatlabMatricesWriter.cc (+14), MatlabNrrdsReader.cc (+16), MatlabNrrdsWriter.cc (+13), sub.mk (+3 -2)
Generated by StatSVN 0.4.0