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

Method Length

Common/ExecutionModel/vtkInformationExecutivePortVectorKey.cxx:194–199  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

192
193//------------------------------------------------------------------------------
194int vtkInformationExecutivePortVectorKey::Length(vtkInformation* info)
195{
196 vtkInformationExecutivePortVectorValue* v =
197 static_cast<vtkInformationExecutivePortVectorValue*>(this->GetAsObjectBase(info));
198 return v ? static_cast<int>(v->Executives.size()) : 0;
199}
200
201//------------------------------------------------------------------------------
202void vtkInformationExecutivePortVectorKey::ShallowCopy(vtkInformation* from, vtkInformation* to)

Callers 14

ShallowCopyMethod · 0.95
PrintMethod · 0.95
RequestInformationMethod · 0.45
ProcessRequestMethod · 0.45
InputTypeIsValidMethod · 0.45
MarkOutputsGeneratedMethod · 0.45
RequestInformationMethod · 0.45

Calls 2

GetAsObjectBaseMethod · 0.45
sizeMethod · 0.45

Tested by 3

RequestInformationMethod · 0.36
RequestInformationMethod · 0.36
TestTemporalAlgoInSituFunction · 0.36