Dan,
Just looked at the 3D prestack viewer. It looks really good, and
behaved just the way
I had expected with the offset slider. Sorry about the getSlice()
method. I just haven't gotten
around to putting that in yet. As far as the commonalities between the
PostStack3d and
the PreStack3d model, what I might do is create another abstract class
(SeismicDataset3d),
that extends SeismicDataset and contains all the common features. Then
both PostStack3d
and PreStack3d can inherit from that. We could then do the same for
PostStack2d and a
PreStack2d, when we get around to that.
-Bill