Changeset 318 in flair-src for trunk/lib/FlairCore/src/Matrix.cpp
- Timestamp:
- Jul 3, 2019, 5:05:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Matrix.cpp
r252 r318 107 107 } 108 108 109 Matrix::Matrix(const Object *parent, const cvmatrix_descriptor *descriptor,109 Matrix::Matrix(const Object *parent, const MatrixDescriptor *descriptor, 110 110 ScalarType const &elementDataType, string name, uint32_t n) 111 111 : io_data(parent, name, n),
Note:
See TracChangeset
for help on using the changeset viewer.