@return the number of points that cell type own or -1 for cell that have a dynamic number of points.
()
| 48 | * a dynamic number of points. |
| 49 | */ |
| 50 | public int GetNumberOfPoints() { |
| 51 | return nbPoints; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * @return true if the number of points can not be given by the cell type |
no outgoing calls
no test coverage detected