Fast path for double points.
| 631 | |
| 632 | // Fast path for double points. |
| 633 | double* GetPoint(vtkIdType ptId) { return (this->FastPoints + 3 * ptId); } |
| 634 | |
| 635 | // Initialize iterator and return starting bin idx. Also return the |
| 636 | // starting level of iteration (i.e., non-zero minR2 means that |
no outgoing calls
no test coverage detected