[Insight-users] State Management in the Finite Difference Solver Hierarchy

Brady McCary brady.mccary+ITK at gmail.com
Tue Jan 20 13:20:30 EST 2009


Insight-users,

The answer to my problem became evident to me shortly after my previous message.

The collection and computation I wish to perform should not occur in
the function object, it should occur in the filter object. Since the
particular filter I am using is the SparseFieldLevelSetImageFilter, a
proper place to accomplish my goal is in CalculateUpdateValue, which I
can perform by subclassing the filter.

Brady


More information about the Insight-users mailing list