VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detectedObjectsMetaDataEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include "vrfutil/rwString.h"
15 
20 {
21 public:
23  parentRegistry = NULL);
24 
26  DtReaderWriterRegistry* parentRegistry = 0);
27 
29 
31 
34  virtual DtString entryType() const;
35 
37 
38  virtual DtString detectedObjectsOutputPortName() const;
39  virtual void setDetectedObjectsOutputPortName(const DtString& portName);
41 
42  virtual DtSystemMetaDataEntry* clone() const;
43 
44  static DtSystemMetaDataEntry* create(const DtString& name);
45 
46  virtual bool compare(const DtSystemMetaDataEntry&) const;
47 
48 protected:
52 };

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)