VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/detectedObjectsMetaDataEntry.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: detectedObjectsMetaDataEntry.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef detectedObjectsMetaDataEntry_h
00015 #define detectedObjectsMetaDataEntry_h
00016 
00017 #include "vrfobjparam/systemMetaDataEntry.h"
00018 #include "vrfutil/rwString.h"
00019 
00023 class DT_DLL_vrfobjparam DtDetectedObjectsMetaDataEntry : public DtSystemMetaDataEntry
00024 {
00025 public:
00026    DtDetectedObjectsMetaDataEntry(const DtString& name, DtReaderWriterRegistry* 
00027       parentRegistry = NULL);
00028 
00029    DtDetectedObjectsMetaDataEntry(const DtString& name, const DtDetectedObjectsMetaDataEntry& orig,
00030       DtReaderWriterRegistry* parentRegistry = 0);
00031 
00032    DtDetectedObjectsMetaDataEntry& operator=(const DtDetectedObjectsMetaDataEntry& orig);
00033 
00034    virtual ~DtDetectedObjectsMetaDataEntry();
00035 
00038    virtual DtString entryType() const;
00039 
00041 
00042    virtual DtString detectedObjectsOutputPortName() const;
00043    virtual void setDetectedObjectsOutputPortName(const DtString& portName);
00045 
00046    virtual DtSystemMetaDataEntry* clone() const;
00047 
00048    static DtSystemMetaDataEntry* create(const DtString& name);
00049 
00050 protected:
00053    DtRwString myDetectedObjectsOutputPortName;
00054 };
00055 
00056 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)