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

Method vtkAMRBox

Common/DataModel/vtkAMRBox.cxx:23–27  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21
22//------------------------------------------------------------------------------
23VTK_ABI_NAMESPACE_BEGIN
24vtkAMRBox::vtkAMRBox()
25{
26 this->Initialize();
27}
28
29//------------------------------------------------------------------------------
30vtkAMRBox::vtkAMRBox(const double* origin, const int* dimensions, const double* spacing,

Callers

nothing calls this directly

Calls 4

InitializeMethod · 0.95
SetDimensionsMethod · 0.95
BuildAMRBoxMethod · 0.95
roundFunction · 0.50

Tested by

no test coverage detected