VR-Forces 4.3.1 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
vrvCore
DtOceanStateInterface.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2014 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <matrix/vlVector.h>
14
15
namespace
makVrv
16
{
17
// This class is here so that vrvOsg can get at
18
// some of vrvTriton's functions in DtOsgWaterOnScreenEffect
19
// vrvOsg cannot call vrvTriton due to project dependency
20
class
DT_DLL_VRVCORE
DtOceanStateInterface
21
{
22
public
:
24
DtOceanStateInterface
();
25
27
virtual
~
DtOceanStateInterface
();
28
30
virtual
bool
getIsUnderwater()
const
;
31
36
virtual
bool
isOverWater(
const
DtVector
& localPosition);
37
39
virtual
float
getMaximumWaveHeight();
40
42
virtual
float
seaLevel()
const
;
43
};
44
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)