MVE - Multi-View Environment mve-devel
|
#include <vector>
#include <string>
#include <cstdint>
#include "math/vector.h"
#include "mve/mesh.h"
#include "fssr/defines.h"
#include "fssr/sample.h"
Go to the source code of this file.
Classes | |
class | fssr::Octree |
A regular octree data structure (each node has zero or eight child nodes). More... | |
struct | fssr::Octree::Iterator |
Octree iterator that keeps track of level and path through the octree. More... | |
struct | fssr::Octree::Node |
Simple recursive octree node that stores samples in a vector. More... | |
Namespaces | |
namespace | fssr |