#include <iostream>
#include <limits>
#include <dlrCommon/exception.h>
#include <dlrNumeric/vector3D.h>
#include <dlrNumeric/transform3D.h>
#include <dlrNumeric/amanatidesWoo3DIterator.h>
Include dependency graph for amanatidesWoo3D.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::numeric |
Classes | |
| class | dlr::numeric::AmanatidesWoo3D< ARRAY3D > |
| This class implements the Fast Voxel Traversal Algorithm of Amanatides and Woo [Ref] for 3D arrays. More... | |
Copyright (C) 2004-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file amanatidesWoo3D.h.
1.5.2