Particle Identification and Tracking
Public Member Functions | Public Attributes
utilities::Generic_parameters_matlab Class Reference

Class for generic matlab wrapper parameters. More...

#include <generic_parameters_matlab.h>

+ Collaboration diagram for utilities::Generic_parameters_matlab:

List of all members.

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_basemake_wrapper ()
 allocate a new wrapper

Public Attributes

int cols_
mxArray ** mx_ptr_ptr_
int rows_

Detailed Description

Class for generic matlab wrapper parameters.


Constructor & Destructor Documentation

utilities::Generic_parameters_matlab::Generic_parameters_matlab ( int  rows,
int  cols,
mxArray **  out 
) [inline]

Member Function Documentation

void utilities::Generic_parameters_matlab::change_mxArray ( mxArray **  new_ptr_ptr) [inline]

Allows the mex target to be changed.

References mx_ptr_ptr_.

Referenced by mexFunction().

allocate a new wrapper

Referenced by mexFunction().


Member Data Documentation

Referenced by change_mxArray().


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