VR-Forces 4.1 Class Documentation
ifCreateSelectionGroup.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifCreateSelectionGroup.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 
17 
18 namespace BHAVE
19 {
24 {
25 
26 public:
27 
30 
33 
35  const DtIfCreateSelectionGroup & operator=(const DtIfCreateSelectionGroup & orig);
36 
38  virtual ~DtIfCreateSelectionGroup();
39 
41  virtual int type() const;
42 
44  virtual DtString groupName() const;
45 
46  virtual void setGroupName(const DtString& name);
47 
48  virtual void addEntity(const DtString& entityName);
49 
50  virtual const std::vector<DtString> entities() const;
52 
54  virtual DtSimInterfaceContent * clone() const;
55 
57  virtual int netRepSize() const;
58 
60  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
61 
63  virtual bool setToNet();
64 
66  virtual void printDataToString(DtString& str);
67 
69  static DtSimInterfaceContent* creator();
70 
71 protected:
72 
74  std::vector<DtString> myEntityNames;
75 };
76 
77 }
78 

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)