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

Method ProcessRequest

IO/IOSS/vtkIOSSReader.cxx:816–824  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

814
815//----------------------------------------------------------------------------
816vtkTypeBool vtkIOSSReader::ProcessRequest(
817 vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo)
818{
819 const auto status = this->Superclass::ProcessRequest(request, inInfo, outInfo);
820
821 auto& internals = (*this->Internals);
822 internals.ReleaseHandles();
823 return status;
824}
825
826//----------------------------------------------------------------------------
827template <typename T>

Callers

nothing calls this directly

Calls 1

ReleaseHandlesMethod · 0.80

Tested by

no test coverage detected