------------------------------------------------------------------------------
| 190 | |
| 191 | //------------------------------------------------------------------------------ |
| 192 | int vtkCollection::IndexOfFirstOccurence(vtkObject* a) VTK_FUTURE_CONST |
| 193 | { |
| 194 | return this->IndexOfFirstOccurrence(a); |
| 195 | } |
| 196 | |
| 197 | //------------------------------------------------------------------------------ |
| 198 | int vtkCollection::IndexOfFirstOccurrence(vtkObject* a) const |
nothing calls this directly
no test coverage detected