Alvar.h
Go to the documentation of this file.
00001 /*
00002  * This file is part of ALVAR, A Library for Virtual and Augmented Reality.
00003  *
00004  * Copyright 2007-2012 VTT Technical Research Centre of Finland
00005  *
00006  * Contact: VTT Augmented Reality Team <alvar.info@vtt.fi>
00007  *          <http://www.vtt.fi/multimedia/alvar.html>
00008  *
00009  * ALVAR is free software; you can redistribute it and/or modify it under the
00010  * terms of the GNU Lesser General Public License as published by the Free
00011  * Software Foundation; either version 2.1 of the License, or (at your option)
00012  * any later version.
00013  *
00014  * This library is distributed in the hope that it will be useful, but WITHOUT
00015  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00016  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
00017  * for more details.
00018  *
00019  * You should have received a copy of the GNU Lesser General Public License
00020  * along with ALVAR; if not, see
00021  * <http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html>.
00022  */
00023 
00024 #ifndef ALVAR_H
00025 #define ALVAR_H
00026 
00161 #if defined(WIN32) && !defined(ALVAR_STATIC)
00162     #ifdef ALVAR_BUILD
00163         #define ALVAR_EXPORT __declspec(dllexport)
00164     #else
00165         #define ALVAR_EXPORT __declspec(dllimport)
00166     #endif
00167 #else
00168         #define ALVAR_EXPORT
00169 #endif
00170 
00174 namespace alvar {
00175 
00179 static const int ALVAR_VERSION_MAJOR = 2;
00180 
00184 static const int ALVAR_VERSION_MINOR = 0;
00185 
00189 static const int ALVAR_VERSION_PATCH = 0;
00190 
00196 static const char *ALVAR_VERSION_TAG = "";
00197 
00203 static const char *ALVAR_VERSION_REVISION = "";
00204 
00208 static const char *ALVAR_VERSION = "2.0.0";
00209 
00213 static const char *ALVAR_VERSION_NODOTS = "200";
00214 
00218 static const char *ALVAR_DATE = "2012-06-20";
00219 
00223 static const char *ALVAR_SYSTEM = "Linux 3.2.0-24-generic x86_64";
00224 
00225 }
00226 
00227 #endif


ar_track_alvar
Author(s): Scott Niekum
autogenerated on Thu Jun 6 2019 21:12:54