Fast path for double points.
| 690 | |
| 691 | // Fast path for double points. |
| 692 | double* GetPoint(vtkIdType ptId) { return (this->FastPoints + 3 * ptId); } |
| 693 | |
| 694 | // Initialize iterator and return starting bin idx (also the starting bin |
| 695 | // (i,j,k). Return the starting level of iteration (i.e., non-zero minR2 |
no outgoing calls
no test coverage detected