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

Method ComputePipelineMTime

IO/Image/vtkImageImport.cxx:208–218  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

206
207//------------------------------------------------------------------------------
208int vtkImageImport::ComputePipelineMTime(vtkInformation* request, vtkInformationVector** inInfoVec,
209 vtkInformationVector* outInfoVec, int requestFromOutputPort, vtkMTimeType* mtime)
210{
211 if (this->InvokePipelineModifiedCallbacks())
212 {
213 this->Modified();
214 }
215 // Superclass normally returns our MTime.
216 return Superclass::ComputePipelineMTime(
217 request, inInfoVec, outInfoVec, requestFromOutputPort, mtime);
218}
219
220//------------------------------------------------------------------------------
221int vtkImageImport::RequestInformation(vtkInformation* vtkNotUsed(request),

Callers 1

Calls 2

ModifiedMethod · 0.45

Tested by

no test coverage detected