VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
attributeRecordSet.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
8
#include <
vl/standardVariableRecordSet.h
>
9
#include <
vlpi/entityIdentifier.h
>
10
11
class
DT_DLL_VL
DtAttributeRecordSet
:
public
DtStandardVariableRecordSet
12
{
13
public
:
14
20
DtAttributeRecordSet
();
21
23
DtAttributeRecordSet
(
const
DtAttributeRecordSet
& orig);
24
26
DtAttributeRecordSet
(
const
DtEntityIdentifier
& entityId);
27
29
virtual
~
DtAttributeRecordSet
();
30
32
virtual
void
setEntityObjectId(
const
DtEntityIdentifier
&
id
);
34
virtual
const
DtEntityIdentifier
& entityObjectId()
const
;
35
37
bool
operator<
(
const
DtAttributeRecordSet
&rightOperand )
const
;
38
40
virtual
unsigned
int
netSize
()
const
;
41
42
protected
:
43
45
DtEntityIdentifier
myEntityIdentifier
;
46
47
};
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)