VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setVerticesRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 #include "vrfutil/rwVectorList.h"
11 
12 #include <vector>
13 
17 
19 {
20 
21 public:
22 
25 
28  DtSetVerticesRequest(const DtString & writeName,
29  DtReaderWriterRegistry * parentRegistry = 0);
30 
32  DtSetVerticesRequest(const DtString & writeName, const DtSetVerticesRequest &
33  orig, DtReaderWriterRegistry * parentRegistry = 0);
34 
37 
38  virtual ~DtSetVerticesRequest();
39 
41  virtual const DtSetMessageType& type() const;
42 
44  virtual DtSetDataRequest * clone(const DtString & name,
45  DtReaderWriterRegistry * parentRegistry = 0) const;
46 
48  virtual DtString stringRep() const;
49 
51  virtual const DtRwVectorList& vertices() const;
52  virtual std::vector<DtVector> verticesAsVector() const;
53 
54  virtual void setVertices(const DtRwVectorList&);
55  virtual void setVertices(const std::vector<DtVector>&);
56 
59  virtual int netRepSize() const;
60 
62  virtual bool setFromNet(const char* contentBuffer,
63  unsigned contentSize);
64 
67  virtual bool setToNet();
68 
69  static DtSetDataRequest * creator();
70 
71 protected:
73 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)