VR-Forces 4.2 Class Documentation
ifDeleteSpawnData.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 
8 
9 #include <vrfExtProtocol/ifaceCont.h>
11 
12 namespace BHAVE
13 {
18 {
19 
20 public:
21 
24 
27 
29  const DtIfDeleteSpawnData & operator=(const DtIfDeleteSpawnData & orig);
30 
32  virtual ~DtIfDeleteSpawnData();
33 
35  virtual int type() const;
36 
39  virtual const DtString& templateName() const;
40  virtual void setTemplateName(const DtString& name);
42 
46  virtual bool deleteDependentSpawnPointsP();
47  virtual void setDeleteDependentSpawnPointsP(const bool doDelete);
49 
51  virtual DtSimInterfaceContent * clone() const;
52 
54  virtual int netRepSize() const;
55 
57  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
58 
60  virtual bool setToNet();
61 
63  virtual void printDataToString(DtString& str);
64 
66  static DtSimInterfaceContent* creator();
67 
68 protected:
69 
72 };
73 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)