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

Function GenerateGhostArray

Common/DataModel/vtkDataSet.h:454–454  ·  view source on GitHub ↗

@{ * Normally called by pipeline executives or algorithms only. This method * computes the ghost arrays for a given dataset. The zeroExt argument * specifies the extent of the region which ghost type = 0. */

Source from the content-addressed store, hash-verified

452 * specifies the extent of the region which ghost type = 0.
453 */
454 virtual void GenerateGhostArray(int zeroExt[6]) { this->GenerateGhostArray(zeroExt, false); }
455 virtual void GenerateGhostArray(int zeroExt[6], bool cellOnly);
456 ///@}
457

Callers

nothing calls this directly

Calls 1

GenerateGhostArrayMethod · 0.45

Tested by

no test coverage detected