VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
nLengthRealVector.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include <vlutil/vlMachineTypes.h>
19 
21 
25 #include "vrfutil/vrfutilDefines.h"
27 {
28 public:
31 
34  parentRegistry = NULL);
36  parentRegistry = NULL);
37 
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
44 
45  virtual ~DtNLengthRealVector();
46 
47  virtual DtNLengthRealVector* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
48 
49  bool operator==(const DtNLengthRealVector&) const;
50 
53  virtual void setVectorLength(int length);
54  virtual int vectorLength() const;
55 
56  virtual DtReal& operator[] (const int i);
57  virtual DtReal value(const int i) const;
58 
59  virtual void putData(std::string& fp, int indentLevel = 0);
60  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
61  const DtVariableBindingsList& variableBindings);
62 
63  virtual void copyVector(const DtNLengthRealVector & vector);
64 
68  virtual const char* readerWriterType() const;
69 
72  virtual void putData(DtEnvironmentSP, DtEnvValueSP parent) const;
73  virtual void getData(const DtEnvironmentSP, const DtEnvValueSP value,
76 
78  static const char* theXmlType();
79 
80  virtual const char* xmlType() const
81  {
82  return theXmlType();
83  }
84 
85  virtual void stringToRealList(const DtString& string);
86  virtual DtString realListToString() const;
88 
89 protected:
90  DtReal* myReals;
92 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)