Public Types | |
typedef AllocZone | parent |
typedef FixedVAccessor< Size, AllocZone > | this_type |
typedef double * | iterator |
typedef const double * | const_iterator |
typedef AllocZone | parent |
typedef FixedVAccessor< Size, AllocZone > | this_type |
typedef double * | iterator |
typedef const double * | const_iterator |
Public Member Functions | |
const double & | operator[] (int i) const |
double & | operator[] (int i) |
template<int Start, int Length> | |
FixedVector< Length, FixedVAccessor < Length, Stack < Length > > > & | slice () |
RefVector | slice (int start, int size) |
const RefVector | slice (int start, int size) const |
template<int Start, int Length> | |
const FixedVector < Length, FixedVAccessor < Length, Stack < Length > > > & | slice () const |
FixedMatrix< Size, 1, FixedMAccessor < Size, 1, ColMajor, Stack< Size > > > & | as_col () |
const FixedMatrix < Size, 1, FixedMAccessor < Size, 1, ColMajor, Stack< Size > > > & | as_col () const |
FixedMatrix< 1, Size, FixedMAccessor< 1, Size, RowMajor, Stack< Size > > > & | as_row () |
const FixedMatrix< 1, Size, FixedMAccessor< 1, Size, RowMajor, Stack< Size > > > & | as_row () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const double & | operator[] (int i) const |
double & | operator[] (int i) |
template<int Start, int Length> | |
FixedVector< Length, FixedVAccessor < Length, Stack < Length > > > & | slice () |
RefVector | slice (int start, int size) |
const RefVector | slice (int start, int size) const |
template<int Start, int Length> | |
const FixedVector < Length, FixedVAccessor < Length, Stack < Length > > > & | slice () const |
FixedMatrix< Size, 1, FixedMAccessor < Size, 1, ColMajor, Stack< Size > > > & | as_col () |
const FixedMatrix < Size, 1, FixedMAccessor < Size, 1, ColMajor, Stack< Size > > > & | as_col () const |
FixedMatrix< 1, Size, FixedMAccessor< 1, Size, RowMajor, Stack< Size > > > & | as_row () |
const FixedMatrix< 1, Size, FixedMAccessor< 1, Size, RowMajor, Stack< Size > > > & | as_row () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Static Public Member Functions | |
static int | size () |
static int | size () |
Definition at line 246 of file vaccessor.hh.