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

Method GetExecutive

Common/ExecutionModel/vtkAlgorithm.cxx:907–917  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

905
906//------------------------------------------------------------------------------
907vtkExecutive* vtkAlgorithm::GetExecutive()
908{
909 // Create the default executive if we do not have one already.
910 if (!this->HasExecutive())
911 {
912 vtkExecutive* e = this->CreateDefaultExecutive();
913 this->SetExecutive(e);
914 e->Delete();
915 }
916 return this->Executive;
917}
918
919//------------------------------------------------------------------------------
920void vtkAlgorithm::SetExecutive(vtkExecutive* newExecutive)

Callers 15

GetOutputDataObjectMethod · 0.95
GetInputDataObjectMethod · 0.95
SetInputConnectionMethod · 0.95
AddInputConnectionMethod · 0.95
RemoveInputConnectionMethod · 0.95
SetNthInputConnectionMethod · 0.95
GetOutputInformationMethod · 0.95
GetInputInformationMethod · 0.95
GetInputExecutiveMethod · 0.95
GetInputConnectionMethod · 0.95

Calls 4

HasExecutiveMethod · 0.95
SetExecutiveMethod · 0.95
DeleteMethod · 0.65

Tested by 15

TestMFIXReaderFunction · 0.36
TestWindBladeReaderFunction · 0.36
TestPWindBladeReaderFunction · 0.36
TestVASPAnimationReaderFunction · 0.36
TestMPASReaderFunction · 0.36
TestExodusIgnoreFileTimeFunction · 0.36
loadAndRenderMethod · 0.36
TestStaticMeshFunction · 0.36
TestTRUCHASReaderFunction · 0.36
TestNoFileFunction · 0.36