VR-Exchange 2.5 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portal
effectModifierRecord.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
portal/dllExport.h
>
13
#include <
portal/addAttribute.h
>
14
#include <vlutil/vlMachineTypes.h>
15
#include <vlutil/vlString.h>
16
#include <ostream>
17
#include <list>
18
19
namespace
MAKVrExchange
20
{
21
24
class
DT_DLL_LIBPORTAL
DtEffectModifierRecord
25
{
26
public
:
27
29
DtEffectModifierRecord
();
30
32
DtEffectModifierRecord
(
const
DtEffectModifierRecord
& orig );
33
35
virtual
~
DtEffectModifierRecord
();
36
38
DtEffectModifierRecord
& operator = (
const
DtEffectModifierRecord
& orig );
39
42
43
virtual
bool
operator == (
const
DtEffectModifierRecord
& other )
const
;
44
virtual
bool
operator != (
const
DtEffectModifierRecord
& other )
const
;
45
47
48
virtual
std::ostream& printDataToStream( std::ostream& stream )
const
;
49
52
53
DtDEC_ATTRIBUTE
(
DtString
, Type, type );
54
DtDEC_ATTRIBUTE
( DtFloat64, Modifier, modifier );
55
DtDEC_ATTRIBUTE
( DtFloat64, Factor, factor );
56
58
59
};
60
61
62
typedef
std::list<DtEffectModifierRecord>
DtEffectModifierRecordList
;
63
64
DT_DLL_LIBPORTAL
std::ostream&
operator <<
( std::ostream& stream,
const
DtEffectModifierRecord
& rec );
65
DT_DLL_LIBPORTAL
std::ostream&
operator <<
( std::ostream& stream,
const
DtEffectModifierRecordList
& container );
66
67
}
Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)