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

Method SetOutputExtent

IO/XML/vtkXMLImageDataReader.cxx:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47//------------------------------------------------------------------------------
48void vtkXMLImageDataReader::SetOutputExtent(int* extent)
49{
50 vtkImageData::SafeDownCast(this->GetCurrentOutput())->SetExtent(extent);
51}
52
53//------------------------------------------------------------------------------
54int vtkXMLImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary)

Callers 8

ReadXMLDataMethod · 0.45
ReadXMLDataMethod · 0.45
CreateFilterFunction · 0.45
SetResliceParametersMethod · 0.45
SetResliceParametersMethod · 0.45
UpdatePlaneMethod · 0.45
UpdatePlaneMethod · 0.45

Calls 2

GetCurrentOutputMethod · 0.80
SetExtentMethod · 0.45

Tested by

no test coverage detected