Mercurial > hg > svcore
comparison data/model/PathModel.h @ 1673:dfcd05e8bd2f osc-script
Merge from branch single-point
author | Chris Cannam |
---|---|
date | Wed, 27 Mar 2019 14:15:21 +0000 |
parents | 8467bccdc403 623231712470 |
children | 6804af71b7be |
comparison
equal
deleted
inserted
replaced
1668:1d1a16968f03 | 1673:dfcd05e8bd2f |
---|---|
113 } | 113 } |
114 | 114 |
115 /** | 115 /** |
116 * Query methods. | 116 * Query methods. |
117 */ | 117 */ |
118 int getPointCount() const { | |
119 return int(m_points.size()); | |
120 } | |
118 const PointList &getPoints() const { | 121 const PointList &getPoints() const { |
119 return m_points; | 122 return m_points; |
120 } | 123 } |
121 | 124 |
122 /** | 125 /** |