FUtils/FUXmlNodeIdPair.h

00001 /*
00002     Copyright (C) 2005-2006 Feeling Software Inc.
00003     MIT License: http://www.opensource.org/licenses/mit-license.php
00004 */
00005 /*
00006     Based on the FS Import classes:
00007     Copyright (C) 2005-2006 Feeling Software Inc
00008     Copyright (C) 2005-2006 Autodesk Media Entertainment
00009     MIT License: http://www.opensource.org/licenses/mit-license.php
00010 */
00011 
00012 #ifndef _FU_XML_NODE_ID_PAIR_H_
00013 #define _FU_XML_NODE_ID_PAIR_H_
00014 
00015 #ifdef HAS_LIBXML
00016 
00017 class FUXmlNodeIdPair
00018 {
00019 public:
00020     FUCrc32::crc32 id;
00021     xmlNode* node;
00022 };
00023 
00024 typedef vector<FUXmlNodeIdPair> FUXmlNodeIdPairList;
00025 
00026 #endif // HAS_LIBXML
00027 
00028 #endif // _FU_XML_NODE_ID_PAIR_H_
00029 

Generated on Fri May 12 16:44:39 2006 for FCollada by  doxygen 1.4.6-NO