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

Method PieceToExtentByPoints

Common/ExecutionModel/vtkExtentTranslator.cxx:74–78  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

72
73//------------------------------------------------------------------------------
74int vtkExtentTranslator::PieceToExtentByPoints()
75{
76 return this->PieceToExtentThreadSafe(this->Piece, this->NumberOfPieces, this->GhostLevel,
77 this->WholeExtent, this->Extent, this->SplitMode, 1);
78}
79
80int vtkExtentTranslator::PieceToExtentThreadSafe(int piece, int numPieces, int ghostLevel,
81 int* wholeExtent, int* resultExtent, int splitMode, int byPoints)

Callers 2

ProcessRequestMethod · 0.80
ProcessRequestMethod · 0.80

Calls 1

Tested by

no test coverage detected