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

Method Initialize

Common/DataModel/vtkAMRBox.cxx:95–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

93
94//------------------------------------------------------------------------------
95void vtkAMRBox::Initialize()
96{
97 for (int i = 0; i < 3; ++i)
98 {
99 this->LoCorner[i] = 0;
100 this->HiCorner[i] = 0;
101 }
102}
103
104//------------------------------------------------------------------------------
105void vtkAMRBox::SetDimensions(int ilo, int jlo, int klo, int ihi, int jhi, int khi, int desc)

Callers 3

vtkAMRBoxMethod · 0.95
BuildAMRBoxMethod · 0.95
InitializeGridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected