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

Method Initialize

Common/DataModel/vtkCellGridBoundsQuery.cxx:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool vtkCellGridBoundsQuery::Initialize()
23{
24 bool ok = this->Superclass::Initialize();
25 vtkMath::UninitializeBounds(this->Bounds.data());
26 return ok;
27}
28
29void vtkCellGridBoundsQuery::GetBounds(double* bds)
30{

Callers

nothing calls this directly

Calls 2

UninitializeBoundsFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected