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

Method operator()

ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:393–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 void
394 operator()(const boost::blank & array) const
395 {
396 const shared_ptr<const XdmfArrayType> copyType =
397 mArrayToCopy->getArrayType();
398 if(copyType == XdmfArrayType::Uninitialized()) {
399 return;
400 }
401 mArray->initialize(copyType);
402 boost::apply_visitor(*this,
403 mArray->mArray);
404 }
405
406 template<typename T>
407 void

Callers

nothing calls this directly

Calls 8

getValuesMethod · 0.80
getArrayTypeMethod · 0.45
initializeMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45
clearMethod · 0.45
operator[]Method · 0.45

Tested by

no test coverage detected