Particle Identification and Tracking
Public Member Functions | Protected Attributes | Private Attributes
utilities::Cell_matlab Class Reference

Matlab specific cell implemetation. More...

#include <cell_matlab.h>

+ Inheritance diagram for utilities::Cell_matlab:
+ Collaboration diagram for utilities::Cell_matlab:

List of all members.

Public Member Functions

void add_array (const Array &in)
 Add an Array to the cell array.
 Cell_matlab (int length, mxArray **ptr_in)
int get_length () const
 Get the length of the cell array.

Protected Attributes

int length_
 Length of the cell array.

Private Attributes

mxArray * cell_
int cur_index_

Detailed Description

Matlab specific cell implemetation.


Constructor & Destructor Documentation

Cell_matlab::Cell_matlab ( int  length,
mxArray **  ptr_in 
)

References cell_, and utilities::Cell::length_.


Member Function Documentation

void Cell_matlab::add_array ( const Array in) [virtual]
int utilities::Cell::get_length ( ) const [inline, inherited]

Member Data Documentation

mxArray* utilities::Cell_matlab::cell_ [private]

Referenced by add_array(), and Cell_matlab().

Referenced by add_array().

int utilities::Cell::length_ [protected, inherited]

Length of the cell array.

Referenced by add_array(), Cell_matlab(), and utilities::Cell::get_length().


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