Home
last modified time | relevance | path

Searched refs:VoxelGrid3 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dvoxelgrid.h51 class VoxelGrid3
59 VoxelGrid3(
121 VoxelGrid3<ValueType, CoordType>::VoxelGrid3( in VoxelGrid3() function
147 APPLESEED_FORCE_INLINE size_t VoxelGrid3<ValueType, CoordType>::get_xres() const in get_xres()
153 APPLESEED_FORCE_INLINE size_t VoxelGrid3<ValueType, CoordType>::get_yres() const in get_yres()
159 APPLESEED_FORCE_INLINE size_t VoxelGrid3<ValueType, CoordType>::get_zres() const in get_zres()
171 APPLESEED_FORCE_INLINE ValueType* VoxelGrid3<ValueType, CoordType>::voxel( in voxel()
183 APPLESEED_FORCE_INLINE const ValueType* VoxelGrid3<ValueType, CoordType>::voxel( in voxel()
195 void VoxelGrid3<ValueType, CoordType>::nearest_lookup( in nearest_lookup()
214 void VoxelGrid3<ValueType, CoordType>::linear_lookup( in linear_lookup()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/volume/
H A Dvolume.h46 typedef foundation::VoxelGrid3<float, double> VoxelGrid;
H A Doccupancygrid.h53 foundation::VoxelGrid3<unsigned char, double> m_grid;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/benchmarks/
H A Dbenchmark_voxelgrid.cpp51 VoxelGrid3<float, double> m_grid; in BENCHMARK_SUITE()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_voxelgrid.cpp54 VoxelGrid3<float, double> m_grid; in TEST_SUITE()