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

Method GetOrigin

Common/DataModel/vtkOverlappingAMRMetaData.cxx:389–395  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

387
388//------------------------------------------------------------------------------
389void vtkOverlappingAMRMetaData::GetOrigin(double origin[3])
390{
391 for (int i = 0; i < 3; ++i)
392 {
393 origin[i] = this->Origin[i];
394 }
395}
396
397//------------------------------------------------------------------------------
398double* vtkOverlappingAMRMetaData::GetOrigin()

Callers 2

PrintSelfMethod · 0.95

Calls 6

HasValidOriginMethod · 0.95
HasSpacingMethod · 0.95
HasBlockBoundsMethod · 0.95
GetMinPointMethod · 0.80
GetAbsoluteBlockIndexMethod · 0.45
GetTupleMethod · 0.45

Tested by

no test coverage detected