Changeset 318 in flair-src for trunk/lib/FlairCore/src/unexported
- Timestamp:
- Jul 3, 2019, 5:05:33 PM (6 years ago)
- Location:
- trunk/lib/FlairCore/src/unexported
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/unexported/Matrix_impl.h
r214 r318 27 27 flair::core::ScalarType const &elementDataType, int n); 28 28 Matrix_impl(flair::core::Matrix *self, 29 const flair::core:: cvmatrix_descriptor *descriptor,29 const flair::core::MatrixDescriptor *descriptor, 30 30 flair::core::ScalarType const &elementDataType, int n); 31 31 ~Matrix_impl(); 32 32 33 33 flair::core::ScalarType const &elementDataType; 34 flair::core:: cvmatrix_descriptor *descriptor;34 flair::core::MatrixDescriptor *descriptor; 35 35 void *datas; 36 36 void SetValueNoMutex(uint32_t row, uint32_t col, float value);
Note:
See TracChangeset
for help on using the changeset viewer.