|
golib
0.5
|
This is the complete list of members for goMatlab, including all inherited members.
| arrayToVariable(const goArray< goDouble > *array, const char *name) (defined in goMatlab) | goMatlab | |
| arrayToVariable(const goDouble *array, goSize_t length, const char *name) (defined in goMatlab) | goMatlab | |
| call(const char *command, goString *resultBuffer=0) | goMatlab | |
| callObjectMethod(int methodID, goObjectMethodParameters *param=NULL) | goMatlab | virtual |
| callQueuedMethods() | goObjectBase | |
| connectObject(goObjectBase *object) | goObjectBase | |
| copyFromMatlab(mxArray *matrix, goSignal3DBase< void > *sig) (defined in goMatlab) | goMatlab | |
| copyFromMatlab(mxArray *matrix, goArray< goDouble > *array) (defined in goMatlab) | goMatlab | |
| copyFromMatlab(mxArray *matrix, goMath::Vectord *array) (defined in goMatlab) | goMatlab | |
| copyFromMatlab(mxArray *matrix, goMath::Vectorf *array) (defined in goMatlab) | goMatlab | |
| copyToMatlab(const goSignal3DBase< void > *sig, mxArray *matrix) (defined in goMatlab) | goMatlab | |
| copyToMatlab(const goArray< goDouble > *array, mxArray *matrix) (defined in goMatlab) | goMatlab | |
| copyToMatlab(const goMath::Vectord *array, mxArray *matrix) (defined in goMatlab) | goMatlab | |
| copyToMatlab(const goMath::Vectorf *array, mxArray *matrix) (defined in goMatlab) | goMatlab | |
| copyToMatlab(const goDouble *array, goSize_t length, mxArray *matrix) (defined in goMatlab) | goMatlab | |
| copyToMatlab(goSparseMatrix *sp, mxArray *matrix) (defined in goMatlab) | goMatlab | |
| disconnectObject(const goObjectBase *object) | goObjectBase | |
| doubleToVariable(goDouble d, const char *name) (defined in goMatlab) | goMatlab | |
| get2DPoints(goList< goMath::Vectorf > &l, const char *variableName) | goMatlab | |
| get2DPoints(goList< goMath::Vectord > &l, const char *variableName) | goMatlab | |
| getArray(goArray< goDouble > *array, const char *name) | goMatlab | |
| getClassID() const (defined in goObjectBase) | goObjectBase | |
| getClassName() const | goObjectBase | |
| getDouble(goDouble &d, const char *name) | goMatlab | |
| getEngine() | goMatlab | |
| getEngine() const | goMatlab | |
| getMatrix(goMath::Matrixf &matrix, const char *name) (defined in goMatlab) | goMatlab | |
| getMatrix(goMath::Matrixd &matrix, const char *name) (defined in goMatlab) | goMatlab | |
| getObjectName() const | goObjectBase | |
| getSignal(goSignal3D< void > *sig, const char *name) | goMatlab | |
| getString(goString &str, const char *name) | goMatlab | |
| getVector(goMath::Vectord *vec, const char *name) | goMatlab | |
| getVector(goMath::Vectorf *vec, const char *name) | goMatlab | |
| goMatlab() (defined in goMatlab) | goMatlab | |
| goObjectBase() | goObjectBase | |
| matlabCall(const char *command, goString *resultBuffer=0) | goMatlab | |
| matlabCreateMatrix(int rows, int columns) (defined in goMatlab) | goMatlab | |
| matlabCreateSparse(int rows, int columns, int elements) (defined in goMatlab) | goMatlab | |
| memoryUsage() const | goObjectBase | virtual |
| printClassMessage(const char *msg) | goObjectBase | protected |
| printClassMessage(goString &msg) | goObjectBase | protected |
| put2DPoints(const goList< goMath::Vectorf > &l, const char *variableName) | goMatlab | |
| put2DPoints(const goList< goMath::Vectord > &l, const char *variableName) | goMatlab | |
| put2DPoints(goList< goMath::Vectorf >::ConstElement *begin, goIndex_t size, const char *variableName) (defined in goMatlab) | goMatlab | |
| put2DPoints(goList< goMath::Vectord >::ConstElement *begin, goIndex_t size, const char *variableName) (defined in goMatlab) | goMatlab | |
| putArray(const goDouble *p, goSize_t length, const char *name) | goMatlab | |
| putArray(const goArray< goDouble > *array, const char *name) | goMatlab | |
| putDouble(goDouble d, const char *name) | goMatlab | |
| putMatrix(const goMath::Matrixf &matrix, const char *name) (defined in goMatlab) | goMatlab | |
| putMatrix(const goMath::Matrixd &matrix, const char *name) (defined in goMatlab) | goMatlab | |
| putRGBImage(const goSignal3DBase< void > *sig, const char *name) | goMatlab | |
| putSignal(const goSignal3DBase< void > *sig, const char *name) | goMatlab | |
| putSparse(goSparseMatrix *sm, const char *name) | goMatlab | |
| putString(const goString &, const char *name) | goMatlab | |
| putVector(const goMath::Vectord *vec, const char *name) | goMatlab | |
| putVector(const goMath::Vectorf *vec, const char *name) | goMatlab | |
| queueObjectMethod(int methodID, goObjectMethodParameters *param=NULL, bool blocking=false) | goObjectBase | virtual |
| readObjectFile(FILE *) | goObjectBase | virtual |
| receiveObjectMessage(const goObjectMessage &message) | goObjectBase | protectedvirtual |
| sendObjectMessage(int messageID, void *data=NULL) | goObjectBase | protected |
| sendObjectMessage(goObjectBase *object, int messageID, void *data=NULL) | goObjectBase | protected |
| setClassID(int id) | goObjectBase | protected |
| setObjectName(const char *name) | goObjectBase | |
| setObjectName(const goString &name) | goObjectBase | |
| signalToVariable(const goSignal3DBase< void > *sig, const char *name) (defined in goMatlab) | goMatlab | |
| sparseToMatlabSparse(goSparseMatrix *sp, const char *name) (defined in goMatlab) | goMatlab | |
| startEngine() | goMatlab | |
| stopEngine() | goMatlab | |
| variableToArray(goArray< goDouble > *vector, const char *name) (defined in goMatlab) | goMatlab | |
| variableToDouble(goDouble &d, const char *name) (defined in goMatlab) | goMatlab | |
| variableToSignal(goSignal3D< void > *sig, const char *name) (defined in goMatlab) | goMatlab | |
| variableToSignal(goSignal3DBase< void > *sig, const char *name) (defined in goMatlab) | goMatlab | |
| writeObjectFile(FILE *) const | goObjectBase | virtual |
| ~goMatlab() (defined in goMatlab) | goMatlab | virtual |
| ~goObjectBase() | goObjectBase | virtual |