|
Particle Identification and Tracking
|
Class for generic matlab wrapper parameters. More...
#include <generic_parameters_matlab.h>
Collaboration diagram for utilities::Generic_parameters_matlab:Public Member Functions | |
| void | change_mxArray (mxArray **new_ptr_ptr) |
| Allows the mex target to be changed. | |
| Generic_parameters_matlab (int rows, int cols, mxArray **) | |
| Generic_wrapper_base * | make_wrapper () |
| allocate a new wrapper | |
Public Attributes | |
| int | cols_ |
| mxArray ** | mx_ptr_ptr_ |
| int | rows_ |
Class for generic matlab wrapper parameters.
| utilities::Generic_parameters_matlab::Generic_parameters_matlab | ( | int | rows, |
| int | cols, | ||
| mxArray ** | out | ||
| ) | [inline] |
| void utilities::Generic_parameters_matlab::change_mxArray | ( | mxArray ** | new_ptr_ptr | ) | [inline] |
allocate a new wrapper
Referenced by mexFunction().
Referenced by change_mxArray().
1.7.6.1