Log Message: |
Branch commit
Moved createShapeErrorMessage() into DataTypes.h
Modified functions in DataAlgorithm.h to use non-DataArrayView accesses.
Added getVector() to each of DataTagged, DataConstant, DataExpanded - This method returns
the underlying DataVector by reference/constant reference. Note that this method does not
exist in DataAbstract so (at the momement) in order to pull the data from something you
need to know what you are looking at. (Lower level access is still possible via double*
though).
DataTagged now has a getOffsetForTag method and a getDefaultOffset method.
DataMaths.h - A new file containing the reductionOps etc from DataArrayView (but without
requiring DAV).
This file requires significant commenting improvements.
|