World of Rigid Bodies (WoRB)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
mexWoRB.h File Reference

Definitions for Matrix, Scalar, Logical and String classes which simplify access to MATLAB array objects. More...

#include "mex.h"
Include dependency graph for mexWoRB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Mex::Matrix
 Represents a simple matrix class that keeps components in a column-major order. More...
class  Mex::Scalar
 Represents a MATLAB scalar double value. More...
class  Mex::Logical
 Represents a MATLAB logical value. More...
class  Mex::String
 Represents a MATLAB character string value. More...

Namespaces

namespace  Mex

Detailed Description

Definitions for Matrix, Scalar, Logical and String classes which simplify access to MATLAB array objects.

Author:
Mikica Kocic
Version:
0.3
Date:
2012-05-14

Definition in file mexWoRB.h.