libmove3d-planners
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Groups Pages
API::State Member List

This is the complete list of members for API::State, including all inherited members.

computeCost(State *parent, State *goal) (defined in API::State)API::State
computeHeuristic(State *parent, State *goal) (defined in API::State)API::Stateprotectedvirtual
computeLength(State *parent) (defined in API::State)API::Stateprotectedvirtual
equal(State *other) (defined in API::State)API::Statevirtual
f() const (defined in API::State)API::State
g() const (defined in API::State)API::State
getSuccessors(State *s) (defined in API::State)API::Statevirtual
h() const (defined in API::State)API::State
isColsed(std::vector< State * > &closedStates) (defined in API::State)API::Statevirtual
isLeaf() (defined in API::State)API::Statevirtual
isOpen(std::vector< State * > &openStates) (defined in API::State)API::Statevirtual
isValid() (defined in API::State)API::Stateinlinevirtual
print() (defined in API::State)API::Stateinlinevirtual
reset() (defined in API::State)API::Stateinlinevirtual
setClosed(std::vector< State * > &closedStates, std::vector< State * > &openStates) (defined in API::State)API::Statevirtual
setOpen(std::vector< State * > &openStates) (defined in API::State)API::Statevirtual
State() (defined in API::State)API::State