------------------------------------------------------------------------------ This copies all the local variables (but not objects).
| 451 | //------------------------------------------------------------------------------ |
| 452 | // This copies all the local variables (but not objects). |
| 453 | void vtkStructuredGrid::InternalStructuredGridCopy(vtkStructuredGrid* src) |
| 454 | { |
| 455 | // set extent sets, extent, dimensions, and data description |
| 456 | this->SetExtent(src->Extent); |
| 457 | } |
| 458 | |
| 459 | //------------------------------------------------------------------------------ |
| 460 | // Override this method because of blanking |
no test coverage detected