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

Method Modified

Common/Core/vtkDataArray.cxx:954–964  ·  view source on GitHub ↗

------------------------------------------------------------------------------ call modified on superclass

Source from the content-addressed store, hash-verified

952//------------------------------------------------------------------------------
953// call modified on superclass
954void vtkDataArray::Modified()
955{
956 if (this->HasInformation())
957 {
958 // Clear key-value pairs that are now out of date.
959 vtkInformation* info = this->GetInformation();
960 info->Remove(L2_NORM_RANGE());
961 info->Remove(L2_NORM_FINITE_RANGE());
962 }
963 this->Superclass::Modified();
964}
965
966//------------------------------------------------------------------------------
967void vtkDataArray::GetDataTypeRange(double range[2])

Callers 1

SetLookupTableMethod · 0.95

Calls 2

GetInformationMethod · 0.45
RemoveMethod · 0.45

Tested by

no test coverage detected