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

Method IndexOfFirstOccurence

Common/Core/vtkCollection.cxx:192–195  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

190
191//------------------------------------------------------------------------------
192int vtkCollection::IndexOfFirstOccurence(vtkObject* a) VTK_FUTURE_CONST
193{
194 return this->IndexOfFirstOccurrence(a);
195}
196
197//------------------------------------------------------------------------------
198int vtkCollection::IndexOfFirstOccurrence(vtkObject* a) const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected