My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::matlab::MexHandler Member List

This is the complete list of members for gcp::matlab::MexHandler, including all inherited members.

addHierNamedStructField(mxArray *parentPtr, std::string fieldName, gcp::util::DataType::Type=gcp::util::DataType::NONE, unsigned nDim=0, int *dims=0)gcp::matlab::MexHandlerstatic
addNamedCellField(mxArray *parentPtr, std::string fieldName, unsigned iDim, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedDoubleStructField(mxArray *parentPtr, std::string fieldName, unsigned nElement, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedDoubleStructField(mxArray *parentPtr, std::string fieldName, std::vector< int > dims, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedFloatStructField(mxArray *parentPtr, std::string fieldName, std::vector< int > dims, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedFloatStructField(mxArray *parentPtr, std::string fieldName, unsigned nElement, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedStringStructField(mxArray *parentPtr, std::string fieldName, unsigned len, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedStringStructField(mxArray *parentPtr, std::string fieldName, std::string str, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedStructField(mxArray *parentPtr, std::string fieldName, unsigned nElement=1, unsigned index=0)gcp::matlab::MexHandlerstatic
addNamedStructField(mxArray *parentPtr, std::string fieldName, int ndim, const int *dims, gcp::util::DataType::Type dataType, unsigned index=0) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
addNamedUintStructField(mxArray *parentPtr, std::string fieldName, unsigned nElement, unsigned index=0)gcp::matlab::MexHandlerstatic
addRegisterField(mxArray *ptr, gcp::util::RegDescription &reg)gcp::matlab::MexHandlerstatic
addRegisterField(mxArray *ptr, gcp::util::RegDescription &reg, unsigned nElements)gcp::matlab::MexHandlerstatic
addRegisterField(mxArray *ptr, std::string regName, unsigned nElements)gcp::matlab::MexHandlerstatic
checkArgs(int nlhsExpected, int nrhsExpected, int nlhsActual, int nrhsActual)gcp::matlab::MexHandlerstatic
copyNamedDoubleStructField(mxArray *parentPtr, std::string fieldName, std::string copyName)gcp::matlab::MexHandlerstatic
createDoubleArray(mxArray **mxArray, int ndim, const int *dims) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
createDoubleArray(mxArray **mxArray, unsigned len) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
createDoubleArray(mxArray **mxArray, MexParser &parser) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
createFloatArray(mxArray **mxArray, int ndim, const int *dims) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
createMatlabArray(int ndim, const int *dims, gcp::util::DataType::Type dataType)gcp::matlab::MexHandlerstatic
createMatlabArray(int length, gcp::util::DataType::Type dataType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
createMatlabArray(int ndim, const int *dims, gcp::util::MonitorDataType &dataType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
createMatlabArray(int ndim, const int *dims, gcp::util::MonitorDataType::FormatType formatType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
createRegValArray(mxArray *ptr, gcp::util::RegDescription &reg, gcp::util::MonitorDataType::FormatType formatType, unsigned nFrame)gcp::matlab::MexHandlerstatic
ERR_HANDLER_FN(throwFn) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
ERR_HANDLER_FN(reportFn) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
ERR_HANDLER_FN(logFn) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
getIndices(std::vector< unsigned > &cVec, std::vector< unsigned > &mVec, std::vector< unsigned > &dims, int iDim=0, unsigned indLast=0, unsigned nLast=0, unsigned baseLast=0)gcp::matlab::MexHandlerstatic
getIndicesC(std::vector< unsigned > &cVec, std::vector< unsigned > &cDims)gcp::matlab::MexHandlerstatic
getIndicesMatlab(std::vector< unsigned > &mVec, std::vector< unsigned > &mDims)gcp::matlab::MexHandlerstatic
getIndicesMatlab(std::vector< unsigned > &mVec, std::vector< int > &mDims)gcp::matlab::MexHandlerstatic
getMatlabIndex(unsigned n1, unsigned n2, unsigned i1, unsigned i2) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
getMatlabIndex(unsigned n1, unsigned n2, unsigned n3, unsigned i1, unsigned i2, unsigned i3) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
indexStartingWithFastest(std::vector< unsigned > &coord, std::vector< unsigned > &dims)gcp::matlab::MexHandlerstatic
indexStartingWithSlowest(std::vector< unsigned > &coord, std::vector< unsigned > &dims)gcp::matlab::MexHandlerstatic
LOG_HANDLER_FN(stdoutPrintFn) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
LOG_HANDLER_FN(stderrPrintFn) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
matlabComplexityOf(gcp::util::DataType::Type dataType)gcp::matlab::MexHandlerstatic
matlabComplexityOf(gcp::util::MonitorDataType &dataType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
matlabComplexityOf(gcp::util::MonitorDataType::FormatType formatType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
matlabTypeOf(gcp::util::DataType::Type dataType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
matlabTypeOf(gcp::util::MonitorDataType &dataType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
matlabTypeOf(gcp::util::MonitorDataType::FormatType formatType) (defined in gcp::matlab::MexHandler)gcp::matlab::MexHandlerstatic
MexHandler()gcp::matlab::MexHandler
~MexHandler()gcp::matlab::MexHandlervirtual