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

Method Initialize

Common/DataModel/vtkFieldData.cxx:283–288  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Release all data but do not delete object. Also initialize copy flags.

Source from the content-addressed store, hash-verified

281// Release all data but do not delete object.
282// Also initialize copy flags.
283void vtkFieldData::Initialize()
284{
285 this->InitializeFields();
286 this->CopyAllOn();
287 this->ClearFieldFlags();
288}
289
290//------------------------------------------------------------------------------
291void vtkFieldData::SetGhostsToSkip(unsigned char ghostsToSkip)

Callers 2

~vtkFieldDataMethod · 0.95
AllocateArraysMethod · 0.95

Calls 3

InitializeFieldsMethod · 0.95
CopyAllOnMethod · 0.95
ClearFieldFlagsMethod · 0.95

Tested by

no test coverage detected