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

Method SetWholeExtent

Filters/ParallelMPI/vtkStructuredImplicitConnectivity.cxx:915–924  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

913
914//------------------------------------------------------------------------------
915void vtkStructuredImplicitConnectivity::SetWholeExtent(int wholeExt[6])
916{
917 delete this->DomainInfo;
918
919 this->DomainInfo = new vtk::detail::DomainMetaData();
920 this->DomainInfo->Initialize(wholeExt);
921
922 assert(
923 "post: Domain description does not match across ranks!" && this->GlobalDataDescriptionMatch());
924}
925
926//------------------------------------------------------------------------------
927void vtkStructuredImplicitConnectivity::RegisterGrid(

Callers 15

AddFractalArrayMethod · 0.45
EstablishNeighborsMethod · 0.45
GenerateDataSetFunction · 0.45
SimpleTestFunction · 0.45
WarpToImage.pyFile · 0.45
testImage2DScalarMethod · 0.45
testImageMethod · 0.45
testRectilinearMethod · 0.45

Calls 3

assertFunction · 0.50
InitializeMethod · 0.45