comparison data/model/PathModel.h @ 1670:623231712470 single-point

Add getPointCount, used in debug mode by AlignmentModel
author Chris Cannam
date Wed, 27 Mar 2019 11:26:22 +0000
parents a77a7e8c085c
children dfcd05e8bd2f
comparison
equal deleted inserted replaced
1669:f9b6e99e0520 1670:623231712470
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 /**