• メインページ
  • クラス
  • ファイル
  • ファイル一覧
  • ファイルメンバ

nar.h

説明を見る。
00001 /*-----------------------------------------------------------------------*
00002   Project:  Nintendo Augmented Reality Library.
00003   File:     nar.h
00004 
00005   Copyright (C)2011-2012 Nintendo Co., Ltd.  All rights reserved.
00006 
00007   These coded instructions, statements, and computer programs contain
00008   proprietary information of Nintendo and/or its licensed developers
00009   and are protected by national and international copyright laws. They
00010   may not be disclosed to third parties or copied or duplicated in any
00011   form, in whole or in part, without the prior written consent of
00012   Nintendo.
00013   The content herein is highly confidential and should be handled
00014   accordingly.
00015 *-----------------------------------------------------------------------*/
00016 
00022 #ifndef NAR_H__
00023 #define NAR_H__
00024 
00025 #include "narConfig.h"
00026 #include "narPort.h"
00027 #include "narDebug.h"
00028 #include "narImage.h"
00029 #include "narMesh.h"
00030 #include "narMarker.h"
00031 #include "narMarkerDatabase.h"
00032 #include "narMarkerDetector.h"
00033 #include "narMarkerTrans.h"
00034 #include "narTransformation.h"
00035 #include "narDistortion.h"
00036 
00037 #endif

© 2011-2012 Nintendo Co., Ltd. All rights reserved.