Drake
drakeDebugMex.cpp File Reference
#include <mex.h>
#include <matrix.h>
#include <mat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "drake/util/MexWrapper.h"
#include <string>
#include <map>
Include dependency graph for drakeDebugMex.cpp:

Functions

void cleanupDrakeMexPointers (void)
 
int mexPrintf (const char *message)
 
mxArray * mexCallMATLABWithTrap (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[], const char *functionName)
 
int main (int argc, char *argv[])
 

Function Documentation

void cleanupDrakeMexPointers ( void  )

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

mxArray* mexCallMATLABWithTrap ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[],
const char *  functionName 
)

Here is the caller graph for this function:

int mexPrintf ( const char *  message)

Here is the caller graph for this function: