22 Commits

Author SHA1 Message Date
Matt Williams
0f838d54b6 Fix to correct method 2012-11-22 21:56:18 +00:00
Matt Williams
839e5374b6 Add required header and use const& in constructor 2012-11-22 20:43:53 +00:00
Matt Williams
88c8c4014a Fit off-by-one error in resampler by using available functions
It still doesn't work as expected but this is a step in the right
direction.
2012-11-22 20:43:00 +00:00
unknown
e93d568cb4 Exposed linear and bilinear interpolation, in addition to trilinear.
Moved them somewhere publically accessable.
2012-11-02 16:34:31 +01:00
Matt Williams
cc714af44c Add some [out] parameter documentation 2012-10-28 16:06:17 +00:00
unknown
451a6019b1 Fixed a few warnings. 2012-07-15 22:50:04 +02:00
p265186
61202d6056 Fixed GCC compile error. 2012-07-05 09:40:18 +02:00
unknown
f092d64992 More consistent variable naming. 2012-07-04 16:40:49 +02:00
unknown
c488cf162e Removed use of convertToDensity() from VolumeResampler. 2012-07-04 16:33:41 +02:00
Matt Williams
06439a71bd Add 'typename' where necessary
This fixes the compilation on Linux after the
template template parameter removals.
2012-06-14 23:07:42 +02:00
unknown
fcefe27192 Removed use of template template parameters from VolumeResampler. 2012-06-07 16:56:54 +02:00
unknown
06cee9406a Fixed merge problem? 2012-02-18 12:18:55 +01:00
unknown
3f56ee6f72 More refactoring of basic voxel types. Started replacing getDensity and getMaterial with free functions. 2012-02-18 12:12:38 +01:00
Matt Williams
1b2a2da317 Fix compilation on GCC/Linux 2012-02-10 14:22:33 +00:00
unknown
4957d98518 Improvement to VolumeResampler. 2012-02-10 15:07:54 +01:00
David Williams
0c97756a0c GCC fixes 2011-09-05 21:44:02 +01:00
David Williams
19f3a8bf6e GCC compile fix. 2011-07-17 20:31:53 +01:00
David Williams
cb0afb17f9 Fixed incorrect header include guards in tests. 2011-07-17 00:50:02 +01:00
David Williams
c7fa6552ae Optimisations to VolumeResampler 2011-07-16 23:15:33 +01:00
David Williams
b7cb97513d Work on VolumeResampler and smooth LOD. 2011-07-16 22:55:49 +01:00
David Williams
46ac159ec1 More work on Smooth LOD. 2011-07-02 18:40:34 +01:00
David Williams
ccfa7db1fa Initial commit of VolumeResampler and LOD demo. 2011-07-02 12:39:04 +01:00