VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
diGuyCharacterDataXmlReader.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: diGuyCharacterDataXmlReader.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 4/3/08 MEM
8
*******************************************************************************/
9
10
#ifndef diGuyCharacterDataXmlReader_H_
11
#define diGuyCharacterDataXmlReader_H_
12
16
19
20
#include <vlutil/vlString.h>
21
#include <libxml/xmlreader.h>
22
#include "
vrfutil/baseXmlReader.h
"
23
24
class
DtDiGuyCharacterData
;
25
class
DtDiGuyAnimation
;
26
class
DtDiGuyCharacterAnimationsTable
;
27
33
// <duration>0.500000</duration>
34
// <speed>0.000000</speed>
35
// <posture>upright</posture>
36
//</action>
41
42
#include "
vrfutil/vrfutilDefines.h
"
43
class
DT_DLL_vrfutil
DtDiGuyCharacterDataXmlReader
:
public
DtBaseXmlReader
44
{
45
public
:
46
48
DtDiGuyCharacterDataXmlReader
();
49
50
DtDiGuyCharacterDataXmlReader
(xmlNodePtr root, xmlNodePtr node);
51
53
virtual
~
DtDiGuyCharacterDataXmlReader
();
54
56
DtDiGuyCharacterDataXmlReader
(
const
DtDiGuyCharacterDataXmlReader
& node);
57
59
DtDiGuyCharacterDataXmlReader
&
operator=
(
const
DtDiGuyCharacterDataXmlReader
& orig);
60
62
virtual
bool
readCharacterData(xmlNodePtr node,
DtDiGuyCharacterData
* data);
63
65
virtual
bool
readCharacterAppearances(xmlNodePtr appNode,
DtDiGuyCharacterData
* data);
66
68
virtual
bool
readCharacterAnimations(xmlNodePtr animateNode,
DtDiGuyCharacterData
* data);
69
70
virtual
bool
readAnimationNode(xmlNodePtr node,
DtDiGuyAnimation
* animation);
71
73
virtual
bool
readCharacterHandItems(xmlNodePtr handItemNode,
DtDiGuyCharacterData
* data);
74
77
virtual
void
setAnimationsTable(
DtDiGuyCharacterAnimationsTable
* table);
78
protected
:
79
80
DtDiGuyCharacterAnimationsTable
*
myCharacterAnimationTable
;
81
};
82
83
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)