VR-Forces 4.1 Class Documentation
ifRequestSpawnData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace BHAVE
12 {
17 {
18 
19 public:
20 
23 
26 
28  const DtIfRequestSpawnData & operator=(const DtIfRequestSpawnData & orig);
29 
31  virtual ~DtIfRequestSpawnData();
32 
34  virtual int type() const;
35 
37 
38  virtual const DtString& templateName() const;
39  virtual void setTemplateName(const DtString& name);
41 
43  virtual DtSimInterfaceContent * clone() const;
44 
46  virtual int netRepSize() const;
47 
49  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
50 
52  virtual bool setToNet();
53 
55  virtual void printDataToString(DtString& str);
56 
58  static DtSimInterfaceContent* creator();
59 
60 protected:
61 
63 };
64 
65 }
66 

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)