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

Method UpdateExtent

Common/ExecutionModel/vtkAlgorithm.cxx:1707–1714  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1705
1706//------------------------------------------------------------------------------
1707int vtkAlgorithm::UpdateExtent(const int extents[6])
1708{
1709 typedef vtkStreamingDemandDrivenPipeline vtkSDDP;
1710
1711 vtkNew<vtkInformation> reqs;
1712 reqs->Set(vtkSDDP::UPDATE_EXTENT(), extents, 6);
1713 return this->Update(reqs);
1714}
1715
1716//------------------------------------------------------------------------------
1717int vtkAlgorithm::UpdateTimeStep(

Callers 15

WriteMethod · 0.80
vtkPNGWriter.cxxFile · 0.80
TestHDRReaderStreamFunction · 0.80
TestHDRReaderFunction · 0.80
ReadPieceDataMethod · 0.80
TestCopyAttributeDataFunction · 0.80
RenderStartMethod · 0.80
TestSampleFunctionFunction · 0.80
ExtractImageDataMethod · 0.80

Calls 2

UpdateMethod · 0.95
SetMethod · 0.45

Tested by 15

TestHDRReaderStreamFunction · 0.64
TestHDRReaderFunction · 0.64
TestCopyAttributeDataFunction · 0.64
TestSampleFunctionFunction · 0.64
CreateSourceDataSetFunction · 0.64
CreateInputDataSetFunction · 0.64
CreateSourceDataSetFunction · 0.64
operator()Method · 0.64