Directory Packages/ModelCreation/Dataflow/XML/

Total Files:
54
Deleted Files:
5
Lines of Code:
750

[root]/Packages/ModelCreation/Dataflow/XML

Lines of Code

Packages/ModelCreation/Dataflow/XML/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jeroen 173 (100.0%) 4013 (100.0%) 23.1

Most Recent Commits

jeroen 2005-12-03 17:38 Rev.: 32720

Updating XML files

0 lines of code changed in 108 files:

  • Packages/ModelCreation/Dataflow/XML: AppendDataArrays.xml (new), BundleReader.xml (new), BundleWriter.xml (changed), ClipFieldByFunction.xml (changed), ClipFieldBySelectionMask.xml (new), ColorMap2Reader.xml (new), ColorMap2Writer.xml (changed), ColorMapReader.xml (changed), ColorMapWriter.xml (new), ComposeTensorArray.xml (new), ComposeVectorArray.xml (changed), ComputeDataArray.xml (changed), ComputeFieldData.xml (new), ComputeFieldsData.xml (changed), CreateFieldData.xml (new), DataArrayInfo.xml (changed), DecomposeTensorArray.xml (changed), DecomposeVectorArray.xml (changed), DistanceToBoundary.xml (new), DistanceToField.xml (new), FieldDataElemToNode.xml (new), FieldDataNodeToElem.xml (changed), FieldGetMatrixProperty.xml (new), FieldGetStringProperty.xml (changed), FieldInfo.xml (changed), FieldReader.xml (new), FieldSetMatrixProperty.xml (changed), FieldSetStringProperty.xml (new), FieldWriter.xml (new), IndicesToDataArray.xml (changed), IndicesToSelectionMask.xml (changed), IsInsideField.xml (new), MappingMatrixToField.xml (changed), MatrixInfo.xml (new), MatrixReader.xml (new), MatrixWriter.xml (changed), MergeFields.xml (new), ParameterList.xml (changed), ParameterListMatrix.xml (changed), ParameterListString.xml (new), PathReader.xml (new), PathWriter.xml (new), ReplicateDataArray.xml (new), SelectByFieldData.xml (new), SelectByFieldsData.xml (new), SelectionMaskAND.xml (changed), SelectionMaskNOT.xml (changed), SelectionMaskOR.xml (changed), SelectionMaskToIndices.xml (new), SelectionMaskXOR.xml (changed), SignedDistanceToField.xml (changed), SplitFieldByElementData.xml (changed), StringReader.xml (changed), StringWriter.xml (new)
jeroen 2005-11-30 08:45 Rev.: 32665

Additional options for scripting

16 lines of code changed in 1 file:

  • Packages/ModelCreation/Dataflow/XML: FieldInfo.xml (+16 -5)
jeroen 2005-11-06 16:00 Rev.: 32441

Bug fixes for string writer; added two new modules for selecting nodes/elements in fields that can be fully scripted.

296 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/XML: SelectByFieldData.xml (+144), SelectByFieldsData.xml (+152)
jeroen 2005-10-31 11:42 Rev.: 32365

Added modules to this package to generate fielddata field new basis and new type without the need to do changefielddatatype and changefieldbasis (more memory efficiency). Added a module for merging fields, gatherfields in the core is broken and this one is defined differently from a GUI perspective. Added a module to compute field data bases on three input fields and a dynamic range of matrix inputs.

334 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/XML: ComputeFieldsData.xml (+103), CreateFieldData.xml (+139), MergeFields.xml (+92)
jeroen 2005-10-09 13:01 Rev.: 32084

Added a few modules which will help for construction of cellular models.

112 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/XML: AppendDataArrays.xml (+36), MappingMatrixToField.xml (+40), SplitFieldByElementData.xml (+36)
jeroen 2005-10-06 23:13 Rev.: 32062

Added reader/writer for text into strings. Added support for attaching properties to fields. Added code for distance maps.

392 lines of code changed in 6 files:

  • Packages/ModelCreation/Dataflow/XML: FieldGetMatrixProperty.xml (+74), FieldGetStringProperty.xml (+74), FieldSetMatrixProperty.xml (+79), FieldSetStringProperty.xml (+79), StringReader.xml (+43), StringWriter.xml (+43)
jeroen 2005-10-05 21:29 Rev.: 32057

Added modules to compute data of field based on a user supplied function and matrices as parameters. Added a new engine to do Tensor/Vector/Scalar math with data in matrices and data in fields, and as well element properties. Added modules to move data from element to node and vice versa with different functions not limitted to the standard interpolation function. Add functionality to create conductivity fields from tissue indexed fields. Now multiple sources can be combined like tissue class, tensor data and other data available. Made modules more scriptable, added ports to supply user function, for computing new data (to control functions being applied in a central source). Added distance map functionality (needs to be upgraded to HO elements). Combined function for computing scalar, vector and tensor arrays into one module called ComputeDataArray. Made a start to put all fields computations into one library that can be used to create complicated Field operations. Added framework for signeddistance maps, which needs to be extended.

922 lines of code changed in 18 files:

  • Packages/ModelCreation/Dataflow/XML: ArrayInfo.xml (del), ClipFieldByFunction.xml (+48), ClipFieldBySelectionMask.xml (+54), ComputeDataArray.xml (+139), ComputeFieldData.xml (+139), ComputeScalarArray.xml (del), ComputeTensorArray.xml (del), ComputeVectorArray.xml (del), DataArrayInfo.xml (+75), DistanceToBoundary.xml (+47), DistanceToField.xml (+51), FieldDataElemToNode.xml (+53), FieldDataNodeToElem.xml (+54), IndicesToDataArray.xml (+87), IsInsideField.xml (+53), ReplicateArray.xml (del), ReplicateDataArray.xml (+68), SignedDistanceToField.xml (+54)
jeroen 2005-09-22 13:04 Rev.: 31999

Package for the collaboration with Duke and NIH. This package contains functions and modules for scripting and calculating tensors for volume conductor models, to be used in CardioWave or in Matlab or any other environment.

1941 lines of code changed in 32 files:

  • Packages/ModelCreation/Dataflow/XML: ArrayInfo.xml (new 43), BundleReader.xml (+69), BundleWriter.xml (+69), ColorMap2Reader.xml (+63), ColorMap2Writer.xml (+63), ColorMapReader.xml (+64), ColorMapWriter.xml (+62), ComposeTensorArray.xml (+92), ComposeVectorArray.xml (+74), ComputeScalarArray.xml (new 47), ComputeTensorArray.xml (new 47), ComputeVectorArray.xml (new 47), DecomposeTensorArray.xml (+93), DecomposeVectorArray.xml (+74), FieldInfo.xml (+140), FieldReader.xml (+68), FieldWriter.xml (+62), IndicesToSelectionMask.xml (+40), MatrixInfo.xml (+98), MatrixReader.xml (+64), MatrixWriter.xml (+62), ParameterList.xml (+39), ParameterListMatrix.xml (+51), ParameterListString.xml (+51), PathReader.xml (+63), PathWriter.xml (+62), ReplicateArray.xml (new 40), SelectionMaskAND.xml (+38), SelectionMaskNOT.xml (+38), SelectionMaskOR.xml (+38), SelectionMaskToIndices.xml (+40), SelectionMaskXOR.xml (+40)
Generated by StatSVN 0.4.0