utilities::params_matlab Class Reference

Parameter class for matlab input/output. More...

#include <params_matlab.h>

Inheritance diagram for utilities::params_matlab:
Inheritance graph
[legend]
Collaboration diagram for utilities::params_matlab:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 params_matlab (const mxArray **data_ptr, std::map< utilities::D_TYPE, int > contents)
 constructor
 params_matlab (mxArray **data_ptr, std::map< utilities::D_TYPE, int > contents, int rows_in, int cols_in)
Wrapper_inmake_wrapper_in ()
 Returns a pointer to a wrapper_i object based on the parameter object.
Wrapper_outmake_wrapper_out ()
 Returns a pointer to a output wrapper_o object based on the parameter object.

Public Attributes

const mxArray ** data_in
 Pointer to the pointer to the data array.
mxArray ** data_out
int rows
 Number of rows in the data.
int cols
 number of columns in the data
std::map< utilities::D_TYPE, int > contains

Detailed Description

Parameter class for matlab input/output.


Constructor & Destructor Documentation

utilities::params_matlab::params_matlab ( const mxArray **  data_ptr,
std::map< utilities::D_TYPE, int >  contents 
) [inline]

constructor

utilities::params_matlab::params_matlab ( mxArray **  data_ptr,
std::map< utilities::D_TYPE, int >  contents,
int  rows_in,
int  cols_in 
) [inline]

Member Function Documentation

Wrapper_in* utilities::params_matlab::make_wrapper_in (  )  [inline, virtual]

Returns a pointer to a wrapper_i object based on the parameter object.

This function instataites an object, but the paramter class does not clean it up. This should only be called in cases where how it will be cleaned up is clear. This should probably be moved in to protected and have every child class be friends with master_box.

Implements utilities::params.

Wrapper_out* utilities::params_matlab::make_wrapper_out (  )  [inline, virtual]

Returns a pointer to a output wrapper_o object based on the parameter object.

This function instataites an object, but the paramter class does not clean it up. This should only be called in cases where how it will be cleaned up is clear. This should probably be moved in to protected and have every child class be friends with master_box.

Implements utilities::params.


Member Data Documentation

number of columns in the data

Pointer to the pointer to the data array.

Number of rows in the data.


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

Generated on Mon Jun 28 16:54:34 2010 for Particle Identification and Tracking by  doxygen 1.5.9-20090622