#include <algorithm>
#include <iterator>
#include <vector>
#include "angle/nanglestructure.h"
#include "packet/npacket.h"
#include "utilities/memutils.h"
#include "utilities/nproperty.h"
#include "utilities/nthread.h"
Namespaces | |
namespace | regina |
Classes | |
class | regina::NAngleStructureList |
A packet representing a collection of angle structures on a triangulation. More... | |
struct | regina::NAngleStructureList::StructureInserter |
An output iterator used to insert angle structures into an NAngleStructureList. More... | |
class | regina::NAngleStructureList::Enumerator |
A thread class that actually performs the angle structure enumeration. |