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

Method ReleaseDataFlagOff

Common/ExecutionModel/vtkAlgorithm.cxx:1819–1828  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1817
1818//------------------------------------------------------------------------------
1819void vtkAlgorithm::ReleaseDataFlagOff()
1820{
1821 if (vtkDemandDrivenPipeline* ddp = vtkDemandDrivenPipeline::SafeDownCast(this->GetExecutive()))
1822 {
1823 for (int i = 0; i < this->GetNumberOfOutputPorts(); ++i)
1824 {
1825 ddp->SetReleaseDataFlag(i, 0);
1826 }
1827 }
1828}
1829
1830//------------------------------------------------------------------------------
1831void vtkAlgorithm::SetReleaseDataFlag(vtkTypeBool val)

Callers 15

GetPointerToDataMethod · 0.80
TestAffineWidgetFunction · 0.80
TestBiDimensionalWidgetFunction · 0.80
TestImageTracerWidgetFunction · 0.80
TestOrientedGlyphContourFunction · 0.80
TestFocalPlaneContourFunction · 0.80
TestRange3D.pyFile · 0.80

Calls 3

GetExecutiveMethod · 0.95
SetReleaseDataFlagMethod · 0.45

Tested by 9

TestAffineWidgetFunction · 0.64
TestBiDimensionalWidgetFunction · 0.64
TestImageTracerWidgetFunction · 0.64
TestOrientedGlyphContourFunction · 0.64
TestFocalPlaneContourFunction · 0.64
testThresholdMethod · 0.64