|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|
#include <Halfspace.h>
Public Member Functions | |
| Halfspace (std::vector< ValueType > const &normalVector, ValueType const &offset) | |
| Halfspace (std::vector< ValueType > &&normalVector, ValueType &&offset) | |
| bool | contains (std::vector< ValueType > const &point) const |
| ValueType | distance (std::vector< ValueType > const &point) const |
| ValueType | euclideanDistance (std::vector< ValueType > const &point) const |
| bool | isPointOnBoundary (std::vector< ValueType > const &point) const |
| Halfspace< ValueType > | invert () const |
| std::string | toString (bool numbersAsDouble=false) const |
| storm::expressions::Expression | toExpression (storm::expressions::ExpressionManager const &manager, std::vector< storm::expressions::Variable > const &variables) |
| std::vector< ValueType > const & | normalVector () const |
| std::vector< ValueType > & | normalVector () |
| ValueType const & | offset () const |
| ValueType & | offset () |
Definition at line 19 of file Halfspace.h.
|
inline |
Definition at line 21 of file Halfspace.h.
|
inline |
Definition at line 25 of file Halfspace.h.
|
inline |
Definition at line 32 of file Halfspace.h.
|
inline |
Definition at line 42 of file Halfspace.h.
|
inline |
Definition at line 51 of file Halfspace.h.
|
inline |
Definition at line 66 of file Halfspace.h.
|
inline |
Definition at line 59 of file Halfspace.h.
|
inline |
Definition at line 115 of file Halfspace.h.
|
inline |
Definition at line 111 of file Halfspace.h.
|
inline |
Definition at line 123 of file Halfspace.h.
|
inline |
Definition at line 119 of file Halfspace.h.
|
inline |
Definition at line 100 of file Halfspace.h.
|
inline |
Definition at line 76 of file Halfspace.h.