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

Function Initialize

Common/DataModel/vtkUniformGrid.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 */
48 VTK_DEPRECATED_IN_9_6_0("Use vtkAMRBox::InitializeGrid instead")
49 int Initialize(const vtkAMRBox* def, double* origin, double* spacing)
50 {
51 return def->InitializeGrid(this, origin, spacing);
52 };
53
54 /**
55 * Initialize from the definition in the given box, with ghost cell

Callers

nothing calls this directly

Calls 1

InitializeGridMethod · 0.80

Tested by

no test coverage detected