------------------------------------------------------------------------------
| 377 | |
| 378 | //------------------------------------------------------------------------------ |
| 379 | void vtkExplicitStructuredGrid::InternalCopy(vtkExplicitStructuredGrid* src) |
| 380 | { |
| 381 | // Internal method used for copying specific members |
| 382 | this->SetExtent(src->GetExtent()); |
| 383 | this->SetFacesConnectivityFlagsArrayName(src->GetFacesConnectivityFlagsArrayName()); |
| 384 | } |
| 385 | |
| 386 | //------------------------------------------------------------------------------ |
| 387 | // Copy the topological structure of an input structured grid. |
no test coverage detected