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

Method PieceToExtent

Common/ExecutionModel/vtkExtentTranslator.cxx:67–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67int vtkExtentTranslator::PieceToExtent()
68{
69 return this->PieceToExtentThreadSafe(this->Piece, this->NumberOfPieces, this->GhostLevel,
70 this->WholeExtent, this->Extent, this->SplitMode, 0);
71}
72
73//------------------------------------------------------------------------------
74int vtkExtentTranslator::PieceToExtentByPoints()

Callers 15

ImageDataExecuteMethod · 0.80
StructuredGridExecuteMethod · 0.80
ReadMeshMethod · 0.80
ReadArraysMethod · 0.80
RequestDataMethod · 0.80
executeFunction · 0.80
ExtractImageDataMethod · 0.80
ExtractStructuredGridMethod · 0.80

Calls 1

Tested by 10

executeFunction · 0.64
CreateDataSetFunction · 0.64
CreateSourceDataSetFunction · 0.64
CreateInputDataSetFunction · 0.64
CreateSourceDataSetFunction · 0.64
CreateInputDataSetFunction · 0.64
CreateSourceDataSetFunction · 0.64
CreateInputDataSetFunction · 0.64
CreateSourceDataSetFunction · 0.64