Pathfinder
|
This file implements all functionality declared in Octree.h. More...
#include <iostream>
#include <limits>
#include <memory>
#include <chrono>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/stopwatch.h>
#include <spdlog/fmt/chrono.h>
#include <Geometry/Vec3.h>
#include "Octree.h"
Namespaces | |
Pathfinder | |
Functions | |
Octree * | Pathfinder::createOctree (const std::vector< Graph * > &graphList) |
Given the output of buildGraphList, create an octree containing all polygons and vertices. More... | |
void | Pathfinder::printOctree (const Octree *octree, const std::string &indent) |
Output a graphical representation of an octree to the console. More... | |
This file implements all functionality declared in Octree.h.