ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Functions
arMultiReadConfigFile.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdbool.h>
#include <inttypes.h>
#include <ARX/AR/ar.h>
#include <ARX/AR/arMulti.h>
Include dependency graph for arMultiReadConfigFile.c:

Functions

ARMultiMarkerInfoTarMultiReadConfigFile (const char *filename, ARPattHandle *pattHandle)
 Creates a new multi-marker configuration and fills it with the config from the multi-marker config file. More...
 

Function Documentation

◆ arMultiReadConfigFile()

ARMultiMarkerInfoT * arMultiReadConfigFile ( const char *  filename,
ARPattHandle pattHandle 
)

Creates a new multi-marker configuration and fills it with the config from the multi-marker config file.

The returned value should be freed by calling arMultiFreeConfig when done.

Here is the call graph for this function: