synaps/topology/Octree.h File Reference


Detailed Description

Definition in file Octree.h.

Go to the source code of this file.

Namespaces

namespace  OCTREE

Classes

class  OCTREE::Node< Cell >
class  OCTREE::Octree< Cell >

Enumerations

enum  OCTREE::FACE_TYPE {
  B, F, W, E,
  S, N
}
enum  OCTREE::NODE_TYPE {
  B_SW, F_SW, B_SE, F_SE,
  B_NW, F_NW, B_NE, F_NE
}
enum  OCTREE::EDGE_TYPE {
  B_E, B_W, B_S, B_N,
  F_E, F_W, F_S, F_N,
  S_E, N_E, S_W, N_W
}

Functions

template<class Cell>
std::ostream & OCTREE::operator<< (std::ostream &os, const Octree< Cell > &octree)


SYNAPS DOCUMENTATION
logo