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

Method SetReleaseDataFlag

Common/ExecutionModel/vtkAlgorithm.cxx:1831–1840  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1829
1830//------------------------------------------------------------------------------
1831void vtkAlgorithm::SetReleaseDataFlag(vtkTypeBool val)
1832{
1833 if (vtkDemandDrivenPipeline* ddp = vtkDemandDrivenPipeline::SafeDownCast(this->GetExecutive()))
1834 {
1835 for (int i = 0; i < this->GetNumberOfOutputPorts(); ++i)
1836 {
1837 ddp->SetReleaseDataFlag(i, val);
1838 }
1839 }
1840}
1841
1842//------------------------------------------------------------------------------
1843vtkTypeBool vtkAlgorithm::GetReleaseDataFlag()

Callers 8

ReleaseDataFlagOnMethod · 0.45
ReleaseDataFlagOffMethod · 0.45
TestAllFlips.pyFile · 0.45
TestShiftScale.pyFile · 0.45
TestShiftScale2.pyFile · 0.45
clipArt.pyFile · 0.45
testSkinOrderMethod · 0.45

Calls 2

GetExecutiveMethod · 0.95

Tested by

no test coverage detected