Classes | Namespaces | Defines | Typedefs
ar.h File Reference
#include <stdio.h>
#include <malloc.h>
#include <ARToolKitPlus/config.h>
#include <ARToolKitPlus/param.h>
Include dependency graph for ar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ARToolKitPlus::ARMarkerInfo
struct  ARToolKitPlus::ARMarkerInfo2
struct  ARToolKitPlus::arPrevInfo

Namespaces

namespace  ARToolKitPlus
 

This file should only be compiled when using ARToolKitPlus as a DLL.


Defines

#define arMalloc(V, T, S)

Typedefs

typedef short ARToolKitPlus::ARInt16
typedef int ARToolKitPlus::ARInt32
typedef char ARToolKitPlus::ARInt8
typedef unsigned short ARToolKitPlus::ARUint16
typedef unsigned int ARToolKitPlus::ARUint32
typedef unsigned char ARToolKitPlus::ARUint8

Define Documentation

#define arMalloc (   V,
  T,
 
)
Value:
{ if( ((V) = (T *)malloc( sizeof(T) * (S) )) == 0 ) \
{printf("malloc error!!\n"); exit(1);} }

Definition at line 55 of file ar.h.



v4r_artoolkitplus
Author(s): Markus Bader
autogenerated on Wed Aug 26 2015 16:41:53