contains various types of State actually used by feat
More...
#include <state.h>
|
bool | check (std::map< char, unsigned int > &arity) |
| checks if arity of node provided satisfies the node names in various string State More...
|
|
bool | check_s (std::map< char, unsigned int > &arity) |
|
template<typename T > |
Stack< Eigen::Array< T, Eigen::Dynamic, 1 > > & | get () |
|
template<typename T > |
void | push (Eigen::Array< T, Eigen::Dynamic, 1 > value) |
|
template<typename T > |
Eigen::Array< T, Eigen::Dynamic, 1 > | pop () |
|
template<typename T > |
Stack< string > & | getStr () |
|
template<typename T > |
void | push (string value) |
|
template<typename T > |
string | popStr () |
|
template<typename T > |
unsigned int | size () |
|
template<> |
Stack< ArrayXf > & | get () |
|
template<> |
Stack< string > & | getStr () |
|
template<> |
Stack< string > & | getStr () |
|
template<> |
Stack< string > & | getStr () |
|
contains various types of State actually used by feat
Definition at line 101 of file state.h.
◆ check()
bool FT::Dat::State::check |
( |
std::map< char, unsigned int > & |
arity | ) |
|
checks if arity of node provided satisfies the node names in various string State
checks if arity of node provided satisfies the node names in
Definition at line 19 of file state.cc.
◆ check_s()
bool FT::Dat::State::check_s |
( |
std::map< char, unsigned int > & |
arity | ) |
|
◆ get() [1/2]
template<typename T >
Stack<Eigen::Array<T,Eigen::Dynamic,1> >& FT::Dat::State::get |
( |
| ) |
|
|
inline |
◆ get() [2/2]
template<>
Stack< ArrayXi > & FT::Dat::State::get |
( |
| ) |
|
|
inline |
◆ getStr() [1/4]
template<typename T >
Stack<string>& FT::Dat::State::getStr |
( |
| ) |
|
|
inline |
◆ getStr() [2/4]
template<>
Stack<string>& FT::Dat::State::getStr |
( |
| ) |
|
|
inline |
◆ getStr() [3/4]
template<>
Stack<string>& FT::Dat::State::getStr |
( |
| ) |
|
|
inline |
◆ getStr() [4/4]
template<>
Stack<string>& FT::Dat::State::getStr |
( |
| ) |
|
|
inline |
◆ pop()
template<typename T >
Eigen::Array<T,Eigen::Dynamic,1> FT::Dat::State::pop |
( |
| ) |
|
|
inline |
◆ popStr()
template<typename T >
string FT::Dat::State::popStr |
( |
| ) |
|
|
inline |
◆ push() [1/2]
template<typename T >
void FT::Dat::State::push |
( |
Eigen::Array< T, Eigen::Dynamic, 1 > |
value | ) |
|
|
inline |
◆ push() [2/2]
template<typename T >
void FT::Dat::State::push |
( |
string |
value | ) |
|
|
inline |
◆ size()
template<typename T >
unsigned int FT::Dat::State::size |
( |
| ) |
|
|
inline |
boolean node stack
Definition at line 104 of file state.h.
◆ bs
Stack<string> FT::Dat::State::bs |
boolean node string stack
Definition at line 108 of file state.h.
Stack<ArrayXi> FT::Dat::State::c |
categorical stack
Definition at line 105 of file state.h.
◆ cs
Stack<string> FT::Dat::State::cs |
categorical node string stack
Definition at line 109 of file state.h.
Stack<ArrayXf> FT::Dat::State::f |
floating node stack
Definition at line 103 of file state.h.
◆ fs
Stack<string> FT::Dat::State::fs |
floating node string stack
Definition at line 107 of file state.h.
Stack<std::pair<vector<ArrayXf>, vector<ArrayXf> > > FT::Dat::State::z |
longitudinal node stack
Definition at line 106 of file state.h.
◆ zs
Stack<string> FT::Dat::State::zs |
longitudinal node string stack
checks if arity of node provided satisfies the elements in various value State
Definition at line 110 of file state.h.
The documentation for this class was generated from the following files: