Loading...
Searching...
No Matches
State.h
const T * as(unsigned int index) const
Cast a component of this instance to a desired type.
Definition: State.h:95
State * operator[](unsigned int i)
Access element ith component. This does not check whether the index is within bounds.
Definition: State.h:122
T * as(const unsigned int index)
Cast a component of this instance to a desired type.
Definition: State.h:105
const State * operator[](unsigned int i) const
Access const element ith component. This does not check whether the index is within bounds.
Definition: State.h:115
Main namespace. Contains everything in this library.
Definition: ConstrainedSpaceInformation.h:53