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

Method SetOutputExtent

IO/XML/vtkXMLStructuredGridReader.cxx:55–58  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53
54//------------------------------------------------------------------------------
55void vtkXMLStructuredGridReader::SetOutputExtent(int* extent)
56{
57 vtkStructuredGrid::SafeDownCast(this->GetCurrentOutput())->SetExtent(extent);
58}
59
60//------------------------------------------------------------------------------
61void vtkXMLStructuredGridReader::SetupPieces(int numPieces)

Callers

nothing calls this directly

Calls 2

GetCurrentOutputMethod · 0.80
SetExtentMethod · 0.45

Tested by

no test coverage detected