Storm
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 20 of file Halfspace.h.
|
inline |
Definition at line 22 of file Halfspace.h.
|
inline |
Definition at line 26 of file Halfspace.h.
|
inline |
Definition at line 33 of file Halfspace.h.
|
inline |
Definition at line 43 of file Halfspace.h.
|
inline |
Definition at line 52 of file Halfspace.h.
|
inline |
Definition at line 67 of file Halfspace.h.
|
inline |
Definition at line 60 of file Halfspace.h.
|
inline |
Definition at line 116 of file Halfspace.h.
|
inline |
Definition at line 112 of file Halfspace.h.
|
inline |
Definition at line 124 of file Halfspace.h.
|
inline |
Definition at line 120 of file Halfspace.h.
|
inline |
Definition at line 101 of file Halfspace.h.
|
inline |
Definition at line 77 of file Halfspace.h.