Adil Ibragimov 8a4a1bb018 Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
2014-08-05 20:12:35 +04:00
2014-03-13 22:56:53 +04:00
2014-07-30 18:02:08 +04:00
2014-08-13 15:21:35 +04:00
2014-02-05 09:59:04 +04:00
2013-08-21 18:59:25 +04:00
2014-08-05 20:12:35 +04:00
2014-07-30 18:02:08 +04:00
2013-04-05 21:11:59 +04:00
2014-02-17 21:57:33 +04:00
2014-08-05 20:12:35 +04:00
2014-01-22 15:31:26 +04:00