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

Method RemoveArray

Common/DataModel/vtkFieldData.cxx:692–697  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

690
691//------------------------------------------------------------------------------
692void vtkFieldData::RemoveArray(const char* name)
693{
694 int i;
695 this->GetAbstractArray(name, i);
696 this->RemoveArray(i);
697}
698
699//------------------------------------------------------------------------------
700void vtkFieldData::RemoveArray(int index)

Callers 15

BuildOutputGridMethod · 0.45
RequestDataMethod · 0.45
RunTestFunction · 0.45
RemoveDeletedCellsMethod · 0.45
DisableDeadCellsMethod · 0.45
ProcessColumnOrderingMethod · 0.45
RemoveGhostCellsMethod · 0.45
GetFieldsFunction · 0.45
GetElementAttributesMethod · 0.45
ApplyDisplacementsMethod · 0.45
updateVtuDataMethod · 0.45
copyContinuumDataMethod · 0.45

Calls 3

GetAbstractArrayMethod · 0.95
UnRegisterMethod · 0.45
ModifiedMethod · 0.45

Tested by 3

TestTemporalCompositeFunction · 0.36
TestGhostAwareRangeFunction · 0.36
ImageDataLIC2DFunction · 0.36