Regina Calculation Engine
|
Stores a single "hit" indicating that some given triangulation has been located in one of Regina's in-built census databases. More...
#include <census/census.h>
Public Member Functions | |
const std::string & | name () const |
Returns the human-readable name associated with the triangulation in the database. More... | |
const CensusDB * | db () const |
Returns details of the census database in which the triangulation was found. More... | |
const CensusHit * | next () const |
Returns the next hit for the same triangulation, or null if there are no more hits. More... | |
CensusHit (const CensusHit &)=delete | |
CensusHit & | operator= (const CensusHit &)=delete |
Friends | |
class | CensusDB |
class | CensusHits |
Stores a single "hit" indicating that some given triangulation has been located in one of Regina's in-built census databases.
Note that a given triangulation might have several hits across Regina's databases. Therefore hits are typically returned using the separate CensusHits class, which essentially represents a list of individual CensusHit objects.