Honeycomb
0.1
Component-Model Framework
|
Vector segment view. More...
#include <Block.h>
Public Types | |
typedef matrix::priv::Traits< typename std::remove_const< Vec >::type > | Traits |
typedef matrix::Block< Vec, Traits::cols==1?Dim:1, Traits::cols==1?1:Dim > | type |
Static Public Member Functions | |
static type | create (Vec &v, sdt i, sdt dim=-1) |
Vector segment view.
typedef matrix::priv::Traits<typename std::remove_const<Vec>::type> honey::vec::priv::Segment< Vec, Dim >::Traits |
typedef matrix::Block<Vec, Traits::cols == 1 ? Dim : 1, Traits::cols == 1 ? 1 : Dim> honey::vec::priv::Segment< Vec, Dim >::type |
|
inlinestatic |