Return the point count of all point views at the start of execution. Only valid during execute(). \return Total number of points in all point views being executed. */
| 350 | \return Total number of points in all point views being executed. |
| 351 | */ |
| 352 | point_count_t pointCount() const |
| 353 | { return m_pointCount; } |
| 354 | /** |
| 355 | Return the count of faces in all primary meshes for all point views. |
| 356 | Only valid during execute(). |