This class is a simplified version of the point base class used only for the space wrapping support.
More...
|
static int_t | number (const coordtype *, int) |
| No coord to number translation is available. More...
|
|
static bool | check (const coordtype *, int) |
| Always says that the point exists. More...
|
|
static const coordtype * | coord (int_t, int) |
| No number to coord translation is available. More...
|
|
static void | quiet (bool=true) |
|
static void | reset (void) |
|
static void | forget (void) |
|
static outputstream & | showused (outputstream &out) |
|
static std::ostream & | showused (std::ostream &out) |
|
static int_t | number (const coordtype *c, int d) |
| Returns the number of the point with given coordinates. More...
|
|
static bool | check (const coordtype *c, int d) |
| Checks whether this point is already included in the list. More...
|
|
static const coordtype * | coord (int_t number, int d) |
| Retrieves the coordinates of the given point. More...
|
|
static int | defaultdimension (void) |
| Determines the default dimension of points. More...
|
|
static void | quiet (bool what=true) |
| Sets the point base to be quiet or not. More...
|
|
static void | setwrapping (const coordtype *c, int mindim=1, int maxdim=MaxBasDim) |
| Sets space wrapping for all the dimensions in the range starting with 'mindim' and strictly smaller than 'maxdim'. More...
|
|
static void | setwrapping (coordtype c, int mindim=1, int maxdim=MaxBasDim) |
| Sets space wrapping for all the dimensions in the range starting with 'mindim' and strictly smaller than 'maxdim'. More...
|
|
static const coordtype * | getwrapping (int d) |
| Returns the space wrapping for the given dimension. More...
|
|
static void | wrapcoord (coordtype *c, int dim) |
| Wraps the given coordinates if necessary. More...
|
|
static void | wrapcopy (coordtype *dest, const coordtype *src, int dim) |
| Copies the coordinates and wraps them if necessary. More...
|
|
static void | reset (void) |
| Resets the internal data. More...
|
|
static void | forget (void) |
| Forgets the base points, frees memory and makes this data structure ususable: An exception is thrown if this data is used. More...
|
|
static outputstream & | showused (outputstream &out) |
| Shows the number of vertices stored for all the dimensions. More...
|
|
static std::ostream & | showused (std::ostream &out) |
| Shows the number of vertices stored for all the dimensions. More...
|
|
template<class coordtype>
class chomp::homology::tWrapBase< coordtype >
This class is a simplified version of the point base class used only for the space wrapping support.
Definition at line 470 of file pointbas.h.