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

Method SetValueFromInt64

ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfArray.cxx:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439XdmfInt32 XdmfArray::SetValueFromInt64( XdmfInt64 Index, XdmfInt64 Value ) {
440return( this->SetValue( Index, Value ) );
441}
442
443XdmfInt32 XdmfArray::SetValueFromFloat64( XdmfInt64 Index, XdmfFloat64 Value ) {
444return( this->SetValue( Index, Value ) );

Callers 3

SetValueMethod · 0.95
FindGridsAtTimeMethod · 0.80
FindGridsInTimeRangeMethod · 0.80

Calls 1

SetValueMethod · 0.95

Tested by

no test coverage detected