------------------------------------------------------------------------------
| 535 | |
| 536 | //------------------------------------------------------------------------------ |
| 537 | void vtkCartesianGrid::BuildImplicitStructures() |
| 538 | { |
| 539 | this->BuildPoints(); |
| 540 | this->BuildCells(); |
| 541 | this->BuildCellTypes(); |
| 542 | } |
| 543 | |
| 544 | //------------------------------------------------------------------------------ |
| 545 | void vtkCartesianGrid::BuildCells() |
no test coverage detected