VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)