Regina 7.0 Calculation Engine
|
Contains a packet that filters through normal surfaces. More...
#include <set>
#include "regina-core.h"
#include "maths/integer.h"
#include "packet/packet.h"
#include "surface/surfacefiltertype.h"
#include "utilities/boolset.h"
Classes | |
class | regina::SurfaceFilter |
A packet that accepts or rejects normal surfaces. More... | |
class | regina::SurfaceFilterCombination |
A normal surface filter that simply combines other filters. More... | |
class | regina::SurfaceFilterProperties |
A normal surface filter that filters by basic properties of the normal surface. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Macros | |
#define | REGINA_SURFACE_FILTER(id, name) |
Defines various constants, types and virtual functions for a descendant class of SurfaceFilter. More... | |
Functions | |
void | regina::swap (SurfaceFilterCombination &a, SurfaceFilterCombination &b) |
Swaps the contents of the given combination filters. More... | |
void | regina::swap (SurfaceFilterProperties &a, SurfaceFilterProperties &b) |
Swaps the contents of the given property-based filters. More... | |
Contains a packet that filters through normal surfaces.