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

Method AddExtent

Common/ExecutionModel/vtkExtentRCBPartitioner.cxx:138–145  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

136
137//------------------------------------------------------------------------------
138void vtkExtentRCBPartitioner::AddExtent(int ext[6])
139{
140 for (int i = 0; i < 6; ++i)
141 {
142 this->PartitionExtents.push_back(ext[i]);
143 }
144 ++this->NumExtents;
145}
146
147//------------------------------------------------------------------------------
148void vtkExtentRCBPartitioner::ReplaceExtent(int idx, int ext[6])

Callers 1

PartitionMethod · 0.95

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected