YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BoundingBoxReader.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_BOUNDINGBOXREADER_HPP
2
# define YAPOG_BOUNDINGBOXREADER_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/IO/BaseReaderVisitor.hpp
"
6
# include "
YAPOG/System/String.hpp
"
7
8
namespace
yap
9
{
10
class
BoundingBox;
11
12
class
BoundingBoxReader
:
public
BaseReaderVisitor
13
{
14
DISALLOW_COPY
(
BoundingBoxReader
);
15
16
public
:
17
18
BoundingBoxReader
(
19
BoundingBox
& boundingBox,
20
const
String
& xmlRootNodeName);
21
virtual
~BoundingBoxReader
();
22
23
virtual
void
Visit
(
XmlReader
& visitable);
24
25
protected
:
26
27
String
xmlRootNodeName_
;
28
29
private
:
30
31
BoundingBox
&
boundingBox_
;
32
};
33
}
// namespace yap
34
35
#endif // YAPOG_BOUNDINGBOXREADER_HPP
YAPOG
include
YAPOG
Game
World
Map
Physics
BoundingBoxReader.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1