Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Replace examples of
SpatialObject
functions that one may override
In practice, it appears unnecessary to override `ValueAtInWorldSpace`, `IsEvaluableAtInWorldSpace`, and `IsInsideInWorldSpace` from `SpatialObject`. None of the thirteen derived SpatialObject classes of ITK itself does override any of those three member functions. On the other hand, for example, `ValueAtInObjectSpace`, `IsInsideInObjectSpace`, and `ComputeMyBoundingBox` do get overridden by derived SpatialObject classes.
- Loading branch information