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

Method HasExecutive

Common/ExecutionModel/vtkAlgorithm.cxx:901–904  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

899
900//------------------------------------------------------------------------------
901vtkTypeBool vtkAlgorithm::HasExecutive()
902{
903 return this->Executive ? 1 : 0;
904}
905
906//------------------------------------------------------------------------------
907vtkExecutive* vtkAlgorithm::GetExecutive()

Callers 2

PrintSelfMethod · 0.95
GetExecutiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected