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

Method GetPieceInputExtent

IO/XML/vtkXMLPImageDataReader.cxx:67–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67void vtkXMLPImageDataReader::GetPieceInputExtent(int index, int* extent)
68{
69 this->GetPieceInput(index)->GetExtent(extent);
70}
71
72//------------------------------------------------------------------------------
73int vtkXMLPImageDataReader::ReadPrimaryElement(vtkXMLDataElement* ePrimary)

Callers 1

ReadPieceDataMethod · 0.45

Calls 2

GetPieceInputMethod · 0.95
GetExtentMethod · 0.45

Tested by

no test coverage detected