VR-Forces Development_Version 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
vrfutil
baseTableFunction.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2016 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
#pragma once
9
10
#include <vlutil/vlMachineTypes.h>
11
#include "
vrfutil/readerWriter.h
"
12
23
24
#include "
vrfutil/vrfutilDefines.h
"
25
class
DT_DLL_vrfutil
DtBaseTableFunction
:
public
DtReaderWriter
26
{
27
public
:
28
30
DtBaseTableFunction
();
31
33
DtBaseTableFunction
(
const
DtString
& name,
DtReaderWriterRegistry
*
34
parentRegistry = NULL);
35
DtBaseTableFunction
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
36
parentRegistry = NULL);
37
39
virtual
~
DtBaseTableFunction
();
40
42
DtBaseTableFunction
(
const
DtBaseTableFunction
& orig);
43
45
DtBaseTableFunction
(
const
DtString
& name,
const
DtBaseTableFunction
& orig,
46
DtReaderWriterRegistry
* parentRegistry = NULL);
47
48
DtBaseTableFunction
(
const
DtSymbolString
& name,
const
DtBaseTableFunction
& orig,
49
DtReaderWriterRegistry
* parentRegistry = NULL);
50
52
DtBaseTableFunction
&
operator=
(
const
DtBaseTableFunction
& orig);
53
55
virtual
bool
init
(DtU32 dim);
56
58
virtual
DtReal lookup(DtReal coordinate1,...)
const
=0;
59
virtual
DtReal lookup(
const
DtReal * coordinates)
const
=0;
60
62
virtual
DtReal integrate(DtReal lower0, DtReal upper0,...)
const
=0;
63
65
virtual
DtU32 dim()
const
;
66
68
virtual
void
putData
(std::string& fp,
int
indentLevel=0)=0;
69
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
70
const
DtVariableBindingsList
& variableBindings) = 0;
71
75
virtual
const
char
*
readerWriterType
()
const
;
76
77
protected
:
78
79
DtU32 *
myN
;
80
DtU32
myDim
;
81
82
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)