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

Method SetOutputExtent

IO/XML/vtkXMLRectilinearGridReader.cxx:56–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

GetCurrentOutputMethod · 0.80
SetExtentMethod · 0.45

Tested by

no test coverage detected