VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setViewTarget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vrfutil/rwString.h>
14 
15 namespace BHAVE
16 {
18 {
19 public:
20 
23 
26  DtSetViewTarget(const DtString & writeName,
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
30  DtSetViewTarget(const DtString & writeName, const DtSetViewTarget &
31  orig, DtReaderWriterRegistry * parentRegistry = 0);
32 
34  const DtSetViewTarget & operator=(const DtSetViewTarget & orig);
35 
36  virtual ~DtSetViewTarget();
37 
39  virtual const DtSetMessageType& type() const;
40 
42  virtual DtSetDataRequest * clone(const DtString & name,
43  DtReaderWriterRegistry * parentRegistry = 0) const;
44 
46  virtual DtString stringRep() const;
47 
50 
51  virtual const DtString & viewTargetName() const;
52  virtual void setViewTargetName(const DtString & objectName);
54 
55  virtual int netRepSize() const;
56 
58  virtual bool setFromNet(const char* contentBuffer,
59  unsigned contentSize);
60 
63  virtual bool setToNet();
64 
65  static DtSetDataRequest * creator();
66 
67 protected:
68 
70 
71 };
72 
73 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)