MCPcopy Create free account
hub / github.com/Kitware/VTK / operator()

Method operator()

Parallel/DIY/vtkDIYUtilities.cxx:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 template <typename ValueType>
48 void operator()(vtkAOSDataArrayTemplate<ValueType>* array)
49 {
50 diy::save(this->BB, array->GetPointer(0), array->GetNumberOfValues());
51 }
52
53 template <typename ArrayT>
54 void operator()(ArrayT* array)

Callers

nothing calls this directly

Calls 7

ToAOSDataArrayMethod · 0.80
saveFunction · 0.50
FastDownCastFunction · 0.50
GetPointerMethod · 0.45
GetNumberOfValuesMethod · 0.45
GetDataTypeMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected