supereight
|
#include <voxel_block_ray_iterator.hpp>
Public Member Functions | |
VoxelBlockRayIterator (const MapT &map, const Eigen::Vector3f &ray_origin_M, const Eigen::Vector3f &ray_dir_M, const float near_plane, const float far_plane) | |
BlockType * | next () |
Return a pointer to the next se::VoxelBlock along the ray. | |
float | tmin () const |
The distance along the ray until the octree is entered. | |
float | tmax () const |
The distance along the ray until the octree is exited. | |
float | tcmin () const |
The distance along the ray until the current se::VoxelBlock is entered. | |
float | tcmax () const |
The distance along the ray until the current se::VoxelBlock is exited. | |
se::VoxelBlockRayIterator< MapT >::VoxelBlockRayIterator | ( | const MapT & | map, |
const Eigen::Vector3f & | ray_origin_M, | ||
const Eigen::Vector3f & | ray_dir_M, | ||
const float | near_plane, | ||
const float | far_plane | ||
) |
BlockType * se::VoxelBlockRayIterator< MapT >::next | ( | ) |
Return a pointer to the next se::VoxelBlock along the ray.
float se::VoxelBlockRayIterator< MapT >::tmin | ( | ) | const |
The distance along the ray until the octree is entered.
float se::VoxelBlockRayIterator< MapT >::tmax | ( | ) | const |
The distance along the ray until the octree is exited.
float se::VoxelBlockRayIterator< MapT >::tcmin | ( | ) | const |
The distance along the ray until the current se::VoxelBlock is entered.
float se::VoxelBlockRayIterator< MapT >::tcmax | ( | ) | const |
The distance along the ray until the current se::VoxelBlock is exited.