#include <tr1/array>
#include <vector>
#include <algorithm>
#include <cassert>
#include <iostream>
#include "shape/node.hpp"
#include "shape/bounding_box.hpp"
Go to the source code of this file.