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

Method GetExecutives

Common/ExecutionModel/vtkInformationExecutivePortVectorKey.cxx:166–171  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

164
165//------------------------------------------------------------------------------
166vtkExecutive** vtkInformationExecutivePortVectorKey::GetExecutives(vtkInformation* info)
167{
168 vtkInformationExecutivePortVectorValue* v =
169 static_cast<vtkInformationExecutivePortVectorValue*>(this->GetAsObjectBase(info));
170 return (v && !v->Executives.empty()) ? v->Executives.data() : nullptr;
171}
172
173//------------------------------------------------------------------------------
174int* vtkInformationExecutivePortVectorKey::GetPorts(vtkInformation* info)

Callers 3

ShallowCopyMethod · 0.95
PrintMethod · 0.95

Calls 3

GetAsObjectBaseMethod · 0.45
emptyMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected