Navigation

Operators and Keywords

Function List:

C++ API

rec_index_helper Class Reference

Collaboration diagram for rec_index_helper:

List of all members.


Public Member Functions

 rec_index_helper (const dim_vector &dv, const Array< idx_vector > &ia)
 ~rec_index_helper (void)
template<class T >
void index (const T *src, T *dest) const
template<class T >
void assign (const T *src, T *dest) const
template<class T >
void fill (const T &val, T *dest) const
bool is_cont_range (octave_idx_type &l, octave_idx_type &u) const

Constructor & Destructor Documentation

rec_index_helper::rec_index_helper ( const dim_vector dv,
const Array< idx_vector > &  ia 
) [inline]

rec_index_helper::~rec_index_helper ( void   )  [inline]


Member Function Documentation

template<class T >
void rec_index_helper::assign ( const T src,
T dest 
) const [inline]

template<class T >
void rec_index_helper::fill ( const T val,
T dest 
) const [inline]

template<class T >
void rec_index_helper::index ( const T src,
T dest 
) const [inline]

bool rec_index_helper::is_cont_range ( octave_idx_type l,
octave_idx_type u 
) const [inline]


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