Main Page
Namespaces
Classes
Files
File List
File Members
3rdParty
ARToolKitPlus
include
ARToolKitPlus
arMulti.h
Go to the documentation of this file.
1
/* ========================================================================
2
* PROJECT: ARToolKitPlus
3
* ========================================================================
4
* This work is based on the original ARToolKit developed by
5
* Hirokazu Kato
6
* Mark Billinghurst
7
* HITLab, University of Washington, Seattle
8
* http://www.hitl.washington.edu/artoolkit/
9
*
10
* Copyright of the derived and new portions of this work
11
* (C) 2006 Graz University of Technology
12
*
13
* This framework is free software; you can redistribute it and/or modify
14
* it under the terms of the GNU General Public License as published by
15
* the Free Software Foundation; either version 2 of the License, or
16
* (at your option) any later version.
17
*
18
* This framework is distributed in the hope that it will be useful,
19
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
* GNU General Public License for more details.
22
*
23
* You should have received a copy of the GNU General Public License
24
* along with this framework; if not, write to the Free Software
25
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
*
27
* For further information please contact
28
* Dieter Schmalstieg
29
* <schmalstieg@icg.tu-graz.ac.at>
30
* Graz University of Technology,
31
* Institut for Computer Graphics and Vision,
32
* Inffeldgasse 16a, 8010 Graz, Austria.
33
* ========================================================================
34
** @author Daniel Wagner
35
*
36
* $Id: arMulti.h 162 2006-04-19 21:28:10Z grabner $
37
* @file
38
* ======================================================================== */
39
40
41
#ifndef __ARTOOLKITMULTI_HEADERFILE__
42
#define __ARTOOLKITMULTI_HEADERFILE__
43
44
45
#include <stdio.h>
46
#include <
ARToolKitPlus/config.h
>
47
#include <
ARToolKitPlus/param.h
>
48
#include <
ARToolKitPlus/ar.h
>
49
50
51
namespace
ARToolKitPlus
{
52
53
54
typedef
struct
{
55
int
patt_id
;
56
ARFloat
width
;
57
ARFloat
center[2];
58
ARFloat
trans[3][4];
59
ARFloat
itrans[3][4];
60
ARFloat
pos3d[4][3];
61
int
visible
;
62
/*---*/
63
int
visibleR
;
64
}
ARMultiEachMarkerInfoT
;
65
66
typedef
struct
{
67
ARMultiEachMarkerInfoT
*
marker
;
68
int
marker_num
;
69
ARFloat
trans[3][4];
70
int
prevF
;
71
/*---*/
72
ARFloat
transR[3][4];
73
}
ARMultiMarkerInfoT
;
74
75
76
}
// namespace ARToolKitPlus
77
78
79
#endif // __ARTOOLKITMULTI_HEADERFILE__
ARToolKitPlus::ARMultiEachMarkerInfoT::width
ARFloat width
Definition:
arMulti.h:56
ARToolKitPlus::ARMultiMarkerInfoT::marker_num
int marker_num
Definition:
arMulti.h:68
ARToolKitPlus::ARMultiMarkerInfoT
Definition:
arMulti.h:66
ARToolKitPlus::ARMultiMarkerInfoT::prevF
int prevF
Definition:
arMulti.h:70
ARToolKitPlus::ARMultiEachMarkerInfoT
Definition:
arMulti.h:54
config.h
ar.h
param.h
ARToolKitPlus::ARMultiMarkerInfoT::marker
ARMultiEachMarkerInfoT * marker
Definition:
arMulti.h:67
ARToolKitPlus
This file should only be compiled when using ARToolKitPlus as a DLL.
Definition:
ar.h:60
ARToolKitPlus::ARMultiEachMarkerInfoT::visible
int visible
Definition:
arMulti.h:61
ARFloat
float ARFloat
Definition:
config.h:60
ARToolKitPlus::ARMultiEachMarkerInfoT::visibleR
int visibleR
Definition:
arMulti.h:63
ARToolKitPlus::ARMultiEachMarkerInfoT::patt_id
int patt_id
Definition:
arMulti.h:55
tuw_artoolkitplus
Author(s): Markus Bader
autogenerated on Sun Sep 4 2016 03:24:33