------------------------------------------------------------------------------
| 400 | |
| 401 | //------------------------------------------------------------------------------ |
| 402 | void vtkExtentRCBPartitioner::AcquireDataDescription() |
| 403 | { |
| 404 | this->DataDescription = vtkStructuredData::GetDataDescriptionFromExtent(this->GlobalExtent); |
| 405 | } |
| 406 | |
| 407 | //------------------------------------------------------------------------------ |
| 408 | void vtkExtentRCBPartitioner::PrintExtent(const std::string& name, int ext[6]) |