MCPcopy Create free account
hub / github.com/Kitware/VTK / AcquireDataDescription

Method AcquireDataDescription

Common/ExecutionModel/vtkExtentRCBPartitioner.cxx:402–405  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

PartitionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected