Drake
Drake C++ Documentation
BouncingBallVector< T > Member List

This is the complete list of members for BouncingBallVector< T >, including all inherited members.

BasicVector(const BasicVector &)=deleteBasicVector< T >
BasicVector(BasicVector &&)=deleteBasicVector< T >
BasicVector()=defaultBasicVector< T >
BasicVector(int size)BasicVector< T >explicit
BasicVector(VectorX< T > vec)BasicVector< T >explicit
BasicVector(const std::initializer_list< T > &init)BasicVector< T >
BouncingBallVector()BouncingBallVector< T >
BouncingBallVector(const BouncingBallVector &other)BouncingBallVector< T >
BouncingBallVector(BouncingBallVector &&other) noexceptBouncingBallVector< T >
Clone() constBasicVector< T >
CopyToPreSizedVector(EigenPtr< VectorX< T >> vec) constVectorBase< T >virtual
CopyToVector() const finalBasicVector< T >virtual
DoClone() const finalBouncingBallVector< T >virtual
DoGetAtIndexChecked(int index) const finalBasicVector< T >protectedvirtual
DoGetAtIndexChecked(int index) finalBasicVector< T >protectedvirtual
DoGetAtIndexUnchecked(int index) const finalBasicVector< T >protectedvirtual
DoGetAtIndexUnchecked(int index) finalBasicVector< T >protectedvirtual
get_mutable_value()BasicVector< T >
get_value() constBasicVector< T >
GetAtIndex(int index) constVectorBase< T >
GetAtIndex(int index)VectorBase< T >
GetCoordinateNames()BouncingBallVector< T >static
GetElementBounds(Eigen::VectorXd *lower, Eigen::VectorXd *upper) constVectorBase< T >virtual
IsValid() constBouncingBallVector< T >
K typedefBouncingBallVector< T >
Make(const std::initializer_list< T > &init)BasicVector< T >static
Make(Fargs &&... args)BasicVector< T >static
MakeRecursive(BasicVector< T > *data, int index, F constructor_arg, Fargs &&... recursive_args)BasicVector< T >protectedstatic
MakeRecursive(BasicVector< T > *data, int index, F constructor_arg)BasicVector< T >protectedstatic
operator+=(const VectorBase< T > &rhs)VectorBase< T >
operator-=(const VectorBase< T > &rhs)VectorBase< T >
operator=(const BouncingBallVector &other)BouncingBallVector< T >
operator=(BouncingBallVector &&other) noexceptBouncingBallVector< T >
drake::systems::BasicVector::operator=(const BasicVector &)=deleteBasicVector< T >
drake::systems::BasicVector::operator=(BasicVector &&)=deleteBasicVector< T >
drake::systems::VectorBase::operator=(const VectorBase &)=deleteVectorBase< T >
drake::systems::VectorBase::operator=(VectorBase &&)=deleteVectorBase< T >
operator[](int index)VectorBase< T >
operator[](int index) constVectorBase< T >
PlusEqScaled(const T &scale, const VectorBase< T > &rhs)VectorBase< T >
PlusEqScaled(const std::initializer_list< std::pair< T, const VectorBase< T > & >> &rhs_scale)VectorBase< T >
ScaleAndAddToVector(const T &scale, EigenPtr< VectorX< T >> vec) const finalBasicVector< T >virtual
Serialize(Archive *a)BouncingBallVector< T >
set_value(const Eigen::Ref< const VectorX< T >> &value)BasicVector< T >
set_z(const T &z)BouncingBallVector< T >
set_zdot(const T &zdot)BouncingBallVector< T >
SetAtIndex(int index, const T &value)VectorBase< T >
SetFrom(const VectorBase< T > &value)VectorBase< T >virtual
SetFromVector(const Eigen::Ref< const VectorX< T >> &value) finalBasicVector< T >virtual
SetToNamedVariables()BouncingBallVector< T >
SetZero() finalBasicVector< T >virtual
size() const finalBasicVector< T >virtual
ThrowMismatchedSize(int other_size) constVectorBase< T >protected
ThrowOutOfRange(int index) constVectorBase< T >protected
value() constBasicVector< T >
values() constBasicVector< T >protected
values()BasicVector< T >protected
VectorBase(const VectorBase &)=deleteVectorBase< T >
VectorBase(VectorBase &&)=deleteVectorBase< T >
VectorBase()VectorBase< T >protected
with_z(const T &z) constBouncingBallVector< T >
with_zdot(const T &zdot) constBouncingBallVector< T >
z() constBouncingBallVector< T >
zdot() constBouncingBallVector< T >
~VectorBase()VectorBase< T >virtual