| 48 | } |
| 49 | |
| 50 | bool vtkCellMetadata::SetCellGrid(vtkCellGrid* parent) |
| 51 | { |
| 52 | if (this->CellGrid != parent) |
| 53 | { |
| 54 | this->CellGrid = parent; |
| 55 | return true; |
| 56 | } |
| 57 | return false; |
| 58 | } |
| 59 | |
| 60 | bool vtkCellMetadata::Query(vtkCellGridQuery* query) |
| 61 | { |
no outgoing calls
no test coverage detected