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

Method DataChanged

Common/Core/vtkBitArray.cxx:832–838  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

830
831//------------------------------------------------------------------------------
832void vtkBitArray::DataChanged()
833{
834 if (this->Lookup)
835 {
836 this->Lookup->Rebuild = true;
837 }
838}
839
840//------------------------------------------------------------------------------
841void vtkBitArray::ClearLookup()

Callers 15

WritePointerMethod · 0.95
SetArrayMethod · 0.95
AllocateMethod · 0.95
InitializeMethod · 0.95
DeepCopyMethod · 0.95
ResizeAndExtendMethod · 0.95
ResizeMethod · 0.95
SetTupleMethod · 0.95
InsertTupleMethod · 0.95
InsertTuplesMethod · 0.95
InsertNextTupleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected