VR-Forces 4.1 Class Documentation
asciiSerializable.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
8 #include <vlutil/vlString.h>
9 
10 const DtString DtScriptVrfObjectType = "ScriptVrfObject";
11 const DtString DtLocation3DType = "Location3D";
12 const DtString DtVectorGeoc3DType = "VectorGeoc3D";
13 const DtString DtVector3DType = "Vector3D";
14 const DtString DtVectorOffset3DType = "VectorOffset3D";
15 const DtString DtLuaFeatureSetType = "ScriptFeatureSet";
16 
18 {
19 public:
25  virtual ~DtAsciiSerializable() { }
26 
31  virtual DtString objectType() const = 0;
32 
35  virtual DtString serialize() = 0;
36 
39  virtual bool deserialize(const DtString&) = 0;
40 };
41 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)