Public Member Functions | List of all members
xpp::StateLin1d Class Reference

#include <state.h>

Inheritance diagram for xpp::StateLin1d:
Inheritance graph
[legend]

Public Member Functions

 StateLin1d ()
 
virtual ~StateLin1d ()
 
- Public Member Functions inherited from xpp::StateLinXd
VectorXdGetByIndex (MotionDerivative deriv)
 Read and write either position, velocity of acceleration by index. More...
 
const VectorXd GetByIndex (MotionDerivative deriv) const
 Read either position, velocity of acceleration by index. More...
 
bool operator!= (const StateLinXd &other) const
 Returns true if just one value in this state differs from other. More...
 
bool operator== (const StateLinXd &other) const
 Returns true if this state has all same pos,vel and acc as other. More...
 
 StateLinXd (const VectorXd &p)
 Constructs object with position p, zeroing velocity and acc. More...
 
 StateLinXd (const VectorXd &p, const VectorXd &v, const VectorXd &a)
 Constructs object with specific position, velocity and acceleration. More...
 
 StateLinXd (int _dim=0)
 Constructs an object of dimensions _dim. More...
 
virtual ~StateLinXd ()=default
 

Additional Inherited Members

- Public Attributes inherited from xpp::StateLinXd
VectorXd a_
 position, velocity and acceleration More...
 
int kNumDim = 0
 the number of dimenions this state represents. More...
 
VectorXd p_
 
VectorXd v_
 

Detailed Description

Definition at line 143 of file state.h.

Constructor & Destructor Documentation

◆ StateLin1d()

xpp::StateLin1d::StateLin1d ( )
inline

Definition at line 145 of file state.h.

◆ ~StateLin1d()

virtual xpp::StateLin1d::~StateLin1d ( )
inlinevirtual

Definition at line 146 of file state.h.


The documentation for this class was generated from the following file:


xpp_states
Author(s): Alexander W. Winkler
autogenerated on Wed Mar 2 2022 01:14:14