Public Types | Public Member Functions | Private Types | List of all members
tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct > Class Template Reference

#include <state_sim.hpp>

Inheritance diagram for tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >:
Inheritance graph
[legend]

Public Types

using StateMapBaseType = StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >
 
- Public Types inherited from tuw::StateMapTuple< TNum, StateMapBase< TNum, TStateNm< TNum, TNum >, TStateCf< TNum, TNum > >, StateGradMapBase< TNum, StateGradWithMatMap< TNum, TStateNm< TNum, TOptVarStruct< TNum, TNum > > >, StateGradWithMatMap< TNum, TStateCf< TNum, TOptVarStruct< TNum, TNum > > > > >
using MapTypeCRTP = typename StateMapBaseCRTP< StateMapTuple< NumericType, TLeafTypes... >>::MapTypeCRTP
 
- Public Types inherited from tuw::StateMapBaseCRTP< StateMapTuple< TNum, TLeafTypes... > >
using MapTypeCRTP = Eigen::Map< MatrixTypeCRTP >
 
using MatrixTypeCRTP = Eigen::Matrix< NumericType, MapSize, 1 >
 

Public Member Functions

StateWithGradMapBaseoperator= (const StateWithGradMapBase &_rhs)
 
StateWithGradMapBaseoperator= (StateWithGradMapBase &&)=default
 
auto & state ()
 
const auto & state () const
 
auto & stateCf ()
 
const auto & stateCf () const
 
auto & stateGrad ()
 
const auto & stateGrad () const
 
auto & stateGradCf ()
 
const auto & stateGradCf () const
 
auto & stateGradNm ()
 
const auto & stateGradNm () const
 
auto & stateNm ()
 
const auto & stateNm () const
 
 StateWithGradMapBase ()
 
 StateWithGradMapBase (const StateWithGradMapBase &_rhs)
 
 StateWithGradMapBase (StateWithGradMapBase &&)=default
 
- Public Member Functions inherited from tuw::StateMapTuple< TNum, StateMapBase< TNum, TStateNm< TNum, TNum >, TStateCf< TNum, TNum > >, StateGradMapBase< TNum, StateGradWithMatMap< TNum, TStateNm< TNum, TOptVarStruct< TNum, TNum > > >, StateGradWithMatMap< TNum, TStateCf< TNum, TOptVarStruct< TNum, TNum > > > > >
StateMapTupleoperator= (const StateMapTuple &_rhs)
 
StateMapTupleoperator= (StateMapTuple &&)=default
 
 StateMapTuple ()
 
 StateMapTuple ()
 
 StateMapTuple (RootType *_root, std::shared_ptr< TDataBuffer > &_dataBuffer)
 
 StateMapTuple (RootType *_root, std::shared_ptr< TDataBuffer > &_dataBuffer)
 
 StateMapTuple (const StateMapTuple &_rhs)
 
 StateMapTuple (StateMapTuple &&)=default
 
virtual ~StateMapTuple ()=default
 
- Public Member Functions inherited from tuw::StateMapBaseCRTP< StateMapTuple< TNum, TLeafTypes... > >
void bindToMemory (NumericType *_memRef)
 
MapTypeCRTPdata ()
 
const MapTypeCRTPdata () const
 
NumericType *const memStartRef () const
 
StateMapBaseCRTPoperator= (StateMapBaseCRTP &&)=default
 
 StateMapBaseCRTP ()=default
 
 StateMapBaseCRTP (StateMapBaseCRTP &&)=default
 
LeafTypesub (const size_t &_i)
 
const LeafTypesub (const size_t &_i) const
 
LeafTypesub ()
 
const LeafTypesub () const
 
std::tuple_element< _i, typename StateMapBaseCRTPTraits< StateMapTuple< TNum, TLeafTypes... > >::LeafsTupleTypeExt >::type & sub ()
 
const std::tuple_element< _i, typename StateMapBaseCRTPTraits< StateMapTuple< TNum, TLeafTypes... > >::LeafsTupleTypeExt >::type & sub () const
 
void subResize (const size_t &_size)
 
constexpr const size_t subSize () const
 
 ~StateMapBaseCRTP ()=default
 
- Public Member Functions inherited from tuw::StateMapBaseVirt< TNum >
MapTypeVirt data ()
 
const MapTypeVirt data () const
 
TNum *const memStartRef () const
 
StateMapBaseVirtoperator= (StateMapBaseVirt &&)=default
 
 StateMapBaseVirt ()
 
 StateMapBaseVirt (StateMapBaseVirt &&)=default
 
StateBaseVirtualTypesub (const size_t &_i)
 
const StateBaseVirtualTypesub (const size_t &_i) const
 
void subResize (const size_t &_size)
 
const size_t & subSize () const
 
virtual ~StateMapBaseVirt ()=default
 
- Public Member Functions inherited from tuw::DataBuffer< TNum, StateMapBaseCRTP< StateMapTuple< TNum, TLeafTypes... > >::MapSize >
 DataBuffer (std::shared_ptr< DataBufferContainerType > _dataBuffer)
 
 DataBuffer ()=default
 
 DataBuffer (DataBuffer &&_other)=default
 
DataBufferoperator= (DataBuffer &&_other)=default
 
 ~DataBuffer ()=default
 

Private Types

using BaseClassType = StateMapTuple< TNum, StateMapBase< TNum, TStateNm< TNum, TNum >, TStateCf< TNum, TNum >>, StateGradMapBase< TNum, StateGradWithMatMap< TNum, TStateNm< TNum, TOptVarStruct< TNum, TNum >>>, StateGradWithMatMap< TNum, TStateCf< TNum, TOptVarStruct< TNum, TNum >>>>>
 

Additional Inherited Members

- Static Public Attributes inherited from tuw::StateMapBaseCRTP< StateMapTuple< TNum, TLeafTypes... > >
static constexpr const int MapSize
 

Detailed Description

template<class TNum, template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
class tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >

Definition at line 494 of file state_sim.hpp.

Member Typedef Documentation

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
using tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::BaseClassType = StateMapTuple<TNum, StateMapBase<TNum, TStateNm<TNum, TNum>, TStateCf<TNum, TNum>>, StateGradMapBase<TNum, StateGradWithMatMap<TNum, TStateNm<TNum, TOptVarStruct<TNum, TNum>>>, StateGradWithMatMap<TNum, TStateCf<TNum, TOptVarStruct<TNum, TNum>>>>>
private

Definition at line 506 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
using tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::StateMapBaseType = StateWithGradMapBase<TNum, TStateNm, TStateCf, TOptVarStruct>

Definition at line 500 of file state_sim.hpp.

Constructor & Destructor Documentation

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::StateWithGradMapBase ( )
inline

Definition at line 509 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::StateWithGradMapBase ( const StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct > &  _rhs)
inline

Definition at line 514 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::StateWithGradMapBase ( StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct > &&  )
default

Member Function Documentation

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
StateWithGradMapBase& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::operator= ( const StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct > &  _rhs)
inline

Definition at line 519 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
StateWithGradMapBase& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::operator= ( StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct > &&  )
default
template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::state ( )
inline

Definition at line 580 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
const auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::state ( ) const
inline

Definition at line 586 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateCf ( )
inline

Definition at line 544 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
const auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateCf ( ) const
inline

Definition at line 550 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateGrad ( )
inline

Definition at line 592 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
const auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateGrad ( ) const
inline

Definition at line 598 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateGradCf ( )
inline

Definition at line 568 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
const auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateGradCf ( ) const
inline

Definition at line 574 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateGradNm ( )
inline

Definition at line 556 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
const auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateGradNm ( ) const
inline

Definition at line 562 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateNm ( )
inline

Definition at line 532 of file state_sim.hpp.

template<class TNum , template< class, class > class TStateNm, template< class, class > class TStateCf, template< class, class > class TOptVarStruct>
const auto& tuw::StateWithGradMapBase< TNum, TStateNm, TStateCf, TOptVarStruct >::stateNm ( ) const
inline

Definition at line 538 of file state_sim.hpp.


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


tuw_control
Author(s): George Todoran
autogenerated on Mon Jun 10 2019 15:27:23