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

Method ReleaseDataFlagOn

Common/ExecutionModel/vtkAlgorithm.cxx:1807–1816  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1805
1806//------------------------------------------------------------------------------
1807void vtkAlgorithm::ReleaseDataFlagOn()
1808{
1809 if (vtkDemandDrivenPipeline* ddp = vtkDemandDrivenPipeline::SafeDownCast(this->GetExecutive()))
1810 {
1811 for (int i = 0; i < this->GetNumberOfOutputPorts(); ++i)
1812 {
1813 ddp->SetReleaseDataFlag(i, 1);
1814 }
1815 }
1816}
1817
1818//------------------------------------------------------------------------------
1819void vtkAlgorithm::ReleaseDataFlagOff()

Callers 15

dem.pyFile · 0.80
testMethod · 0.80
testSphereWidgetMethod · 0.80
TestAffineWidgetFunction · 0.80
TestBiDimensionalWidgetFunction · 0.80
TestImageTracerWidgetFunction · 0.80
TestOrientedGlyphContourFunction · 0.80
TestFocalPlaneContourFunction · 0.80
TestStyleUser.pyFile · 0.80

Calls 3

GetExecutiveMethod · 0.95
SetReleaseDataFlagMethod · 0.45

Tested by 9

testMethod · 0.64
testSphereWidgetMethod · 0.64
TestAffineWidgetFunction · 0.64
TestBiDimensionalWidgetFunction · 0.64
TestImageTracerWidgetFunction · 0.64
TestOrientedGlyphContourFunction · 0.64
TestFocalPlaneContourFunction · 0.64