This class is designed to contain the list of all generators or half-spaces representing a polytope or a polyhedral cone.
More...
#include <GeometricObjectIterator_Rn.h>
|
static bool | inferior (const GEOMETRIC_OBJECT &HS1, const GEOMETRIC_OBJECT &HS2) |
| Tell whether a given object is declared inferior to another one. More...
|
|
static bool | superior (const GEOMETRIC_OBJECT &HS1, const GEOMETRIC_OBJECT &HS2) |
| The opposite of the function inferior(HS1, HS2) More...
|
|
|
std::vector< GEOMETRIC_OBJECT > | _GO |
| The full list of half spaces or generators for example. More...
|
|
template<class GEOMETRIC_OBJECT>
class listOfGeometricObjects< GEOMETRIC_OBJECT >
This class is designed to contain the list of all generators or half-spaces representing a polytope or a polyhedral cone.
Definition at line 40 of file GeometricObjectIterator_Rn.h.
◆ listOfGeometricObjects()
template<class GEOMETRIC_OBJECT >
◆ assign()
template<class GEOMETRIC_OBJECT >
◆ clear()
template<class GEOMETRIC_OBJECT >
◆ empty()
template<class GEOMETRIC_OBJECT >
◆ find()
template<class GEOMETRIC_OBJECT >
◆ inferior()
template<class GEOMETRIC_OBJECT >
static bool listOfGeometricObjects< GEOMETRIC_OBJECT >::inferior |
( |
const GEOMETRIC_OBJECT & |
HS1, |
|
|
const GEOMETRIC_OBJECT & |
HS2 |
|
) |
| |
|
inlinestatic |
◆ lexmaxSort()
template<class GEOMETRIC_OBJECT >
◆ lexminSort()
template<class GEOMETRIC_OBJECT >
◆ negate()
template<class GEOMETRIC_OBJECT >
◆ operator=()
template<class GEOMETRIC_OBJECT >
◆ operator[]()
template<class GEOMETRIC_OBJECT >
◆ push_back()
template<class GEOMETRIC_OBJECT >
◆ removeGeometricObject()
template<class GEOMETRIC_OBJECT >
◆ removeGeometricObjects()
template<class GEOMETRIC_OBJECT >
void listOfGeometricObjects< GEOMETRIC_OBJECT >::removeGeometricObjects |
( |
const std::set< GEOMETRIC_OBJECT > & |
setToRemove | ) |
|
|
inline |
◆ size()
template<class GEOMETRIC_OBJECT >
◆ superior()
template<class GEOMETRIC_OBJECT >
static bool listOfGeometricObjects< GEOMETRIC_OBJECT >::superior |
( |
const GEOMETRIC_OBJECT & |
HS1, |
|
|
const GEOMETRIC_OBJECT & |
HS2 |
|
) |
| |
|
inlinestatic |
◆ _GO
template<class GEOMETRIC_OBJECT >
The documentation for this class was generated from the following file: