Regina 7.3 Calculation Engine
Classes | Namespaces | Macros | Functions
surfacefilter.h File Reference

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...
 

Detailed Description

Contains a packet that filters through normal surfaces.


Copyright © 1999-2023, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).