Public Member Functions | List of all members
Eigen::VectorTypeInfo< VectorType > Struct Template Reference
Inheritance diagram for Eigen::VectorTypeInfo< VectorType >:
Inheritance graph
[legend]

Public Member Functions

virtual bool composeTypeImpl (const PropertyBag &bag, VectorType &result) const
 
virtual bool decomposeTypeImpl (const VectorType &vec, PropertyBag &targetbag) const
 
base::DataSourceBase::shared_ptr getMember (base::DataSourceBase::shared_ptr item, const std::string &name) const
 
base::DataSourceBase::shared_ptr getMember (base::DataSourceBase::shared_ptr item, base::DataSourceBase::shared_ptr id) const
 
virtual std::vector< std::string > getMemberNames () const
 
bool resize (base::DataSourceBase::shared_ptr arg, int size) const
 
 VectorTypeInfo (const std::string &type_name)
 
- Public Member Functions inherited from RTT::types::TemplateTypeInfo< VectorType, true >
virtual base::ChannelElementBase::shared_ptr buildRemoteChannelOutput (base::OutputPortInterface &output_port, types::TypeInfo const *type_info, base::InputPortInterface &input, const ConnPolicy &policy)
 
bool installTypeInfoObject (TypeInfo *ti)
 
 TemplateTypeInfo (std::string name)
 
virtual ~TemplateTypeInfo ()
 
- Public Member Functions inherited from RTT::types::PrimitiveTypeInfo< T, use_ostream >
virtual bool composeType (base::DataSourceBase::shared_ptr source, base::DataSourceBase::shared_ptr result) const
 
virtual base::DataSourceBase::shared_ptr decomposeType (base::DataSourceBase::shared_ptr source) const
 
virtual bool decomposeType (base::DataSourceBase::shared_ptr source, PropertyBag &targetbag) const
 
boost::shared_ptr< PrimitiveTypeInfo< T, use_ostream > > getSharedPtr ()
 
TypeInfogetTypeInfoObject () const
 
virtual const std::string & getTypeName () const
 
virtual bool isStreamable () const
 
 PrimitiveTypeInfo (std::string name)
 
virtual std::istream & read (std::istream &os, base::DataSourceBase::shared_ptr out) const
 
virtual std::ostream & write (std::ostream &os, base::DataSourceBase::shared_ptr in) const
 
virtual ~PrimitiveTypeInfo ()
 
- Public Member Functions inherited from RTT::types::TypeInfoGenerator
virtual ~TypeInfoGenerator ()
 
- Public Member Functions inherited from RTT::types::TemplateValueFactory< T >
base::DataSourceBase::shared_ptr buildActionAlias (base::ActionInterface *action, base::DataSourceBase::shared_ptr in) const
 
base::AttributeBasebuildAlias (std::string name, base::DataSourceBase::shared_ptr in) const
 
base::AttributeBasebuildAttribute (std::string name, base::DataSourceBase::shared_ptr in) const
 
base::AttributeBasebuildConstant (std::string name, base::DataSourceBase::shared_ptr dsb) const
 
virtual base::PropertyBasebuildProperty (const std::string &name, const std::string &desc, base::DataSourceBase::shared_ptr source=0) const
 
virtual base::DataSourceBase::shared_ptr buildReference (void *ptr) const
 
virtual base::DataSourceBase::shared_ptr buildValue () const
 
base::AttributeBasebuildVariable (std::string name) const
 
- Public Member Functions inherited from RTT::types::ValueFactory
virtual base::AttributeBasebuildConstant (std::string name, base::DataSourceBase::shared_ptr, int sizehint) const
 
virtual base::AttributeBasebuildConstant (std::string name, base::DataSourceBase::shared_ptr, int sizehint) const
 
virtual base::AttributeBasebuildVariable (std::string name, int sizehint) const
 
virtual base::AttributeBasebuildVariable (std::string name, int sizehint) const
 
virtual ~ValueFactory ()
 
- Public Member Functions inherited from RTT::types::StreamFactory
virtual bool fromString (const std::string &value, base::DataSourceBase::shared_ptr out) const
 
virtual bool fromString (const std::string &value, base::DataSourceBase::shared_ptr out) const
 
virtual std::string toString (base::DataSourceBase::shared_ptr in) const
 
virtual std::string toString (base::DataSourceBase::shared_ptr in) const
 
virtual ~StreamFactory ()
 
- Public Member Functions inherited from RTT::types::TemplateConnFactory< T >
base::ChannelElementBase::shared_ptr buildChannelInput (base::OutputPortInterface &port, ConnPolicy const &policy) const
 
base::ChannelElementBase::shared_ptr buildChannelOutput (base::InputPortInterface &port, ConnPolicy const &policy) const
 
base::ChannelElementBase::shared_ptr buildDataStorage (ConnPolicy const &policy) const
 
internal::SharedConnectionBase::shared_ptr buildSharedConnection (base::OutputPortInterface *output_port, base::InputPortInterface *input_port, ConnPolicy const &policy) const
 
base::InputPortInterfaceinputPort (std::string const &name) const
 
base::OutputPortInterfaceoutputPort (std::string const &name) const
 
- Public Member Functions inherited from RTT::types::TemplateCompositionFactory< T >
virtual bool composeType (base::DataSourceBase::shared_ptr source, base::DataSourceBase::shared_ptr result) const
 
virtual bool composeTypeImpl (const PropertyBag &source, typename internal::AssignableDataSource< T >::reference_t result) const
 
virtual base::DataSourceBase::shared_ptr decomposeType (base::DataSourceBase::shared_ptr source) const
 
virtual bool decomposeTypeImpl (typename internal::AssignableDataSource< T >::const_reference_t source, PropertyBag &targetbag) const
 
- Public Member Functions inherited from RTT::types::CompositionFactory
virtual base::DataSourceBase::shared_ptr convertType (base::DataSourceBase::shared_ptr source) const
 
virtual ~CompositionFactory ()
 

Additional Inherited Members

- Public Types inherited from RTT::types::TemplateTypeInfo< VectorType, true >
typedef VectorType UserType
 
- Public Types inherited from RTT::types::PrimitiveTypeInfo< T, use_ostream >
typedef T DataType
 
- Public Types inherited from RTT::types::TemplateValueFactory< T >
typedef T DataType
 
- Public Types inherited from RTT::types::TemplateCompositionFactory< T >
typedef T UserType
 
- Protected Attributes inherited from RTT::types::PrimitiveTypeInfo< T, use_ostream >
boost::shared_ptr< PrimitiveTypeInfo< T, use_ostream > > mshared
 
const std::string tname
 

Detailed Description

template<class VectorType>
struct Eigen::VectorTypeInfo< VectorType >

Definition at line 111 of file eigen_typekit.cpp.

Constructor & Destructor Documentation

template<class VectorType >
Eigen::VectorTypeInfo< VectorType >::VectorTypeInfo ( const std::string &  type_name)
inline

Definition at line 116 of file eigen_typekit.cpp.

Member Function Documentation

template<class VectorType >
virtual bool Eigen::VectorTypeInfo< VectorType >::composeTypeImpl ( const PropertyBag bag,
VectorType &  result 
) const
inlinevirtual

Definition at line 223 of file eigen_typekit.cpp.

template<class VectorType >
virtual bool Eigen::VectorTypeInfo< VectorType >::decomposeTypeImpl ( const VectorType &  vec,
PropertyBag targetbag 
) const
inlinevirtual

Definition at line 204 of file eigen_typekit.cpp.

template<class VectorType >
base::DataSourceBase::shared_ptr Eigen::VectorTypeInfo< VectorType >::getMember ( base::DataSourceBase::shared_ptr  item,
const std::string &  name 
) const
inline

Definition at line 156 of file eigen_typekit.cpp.

template<class VectorType >
base::DataSourceBase::shared_ptr Eigen::VectorTypeInfo< VectorType >::getMember ( base::DataSourceBase::shared_ptr  item,
base::DataSourceBase::shared_ptr  id 
) const
inline

Definition at line 167 of file eigen_typekit.cpp.

template<class VectorType >
virtual std::vector<std::string> Eigen::VectorTypeInfo< VectorType >::getMemberNames ( ) const
inlinevirtual

Definition at line 148 of file eigen_typekit.cpp.

template<class VectorType >
bool Eigen::VectorTypeInfo< VectorType >::resize ( base::DataSourceBase::shared_ptr  arg,
int  size 
) const
inline

Definition at line 136 of file eigen_typekit.cpp.


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


eigen_typekit
Author(s): Ruben Smits
autogenerated on Tue Jan 5 2021 03:41:40