VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
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
13
#include "
vrfobjparam/systemMetaDataEntry.h
"
14
#include "
vrfutil/rwString.h
"
15
19
class
DT_DLL_vrfobjparam
DtDetectedObjectsMetaDataEntry
:
public
DtSystemMetaDataEntry
20
{
21
public
:
22
DtDetectedObjectsMetaDataEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
23
parentRegistry = NULL);
24
25
DtDetectedObjectsMetaDataEntry
(
const
DtString
& name,
const
DtDetectedObjectsMetaDataEntry
& orig,
26
DtReaderWriterRegistry
* parentRegistry = 0);
27
28
DtDetectedObjectsMetaDataEntry
&
operator=
(
const
DtDetectedObjectsMetaDataEntry
& orig);
29
30
virtual
~
DtDetectedObjectsMetaDataEntry
();
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
:
51
DtRwString
myDetectedObjectsOutputPortName
;
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
)