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
rwBoundingVolume.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
#pragma once
16
17
#include <matrix/3dBoundingVolume.h>
18
#include "
vrfutil/readerWriter.h
"
19
23
24
#include "
vrfutil/vrfutilDefines.h
"
25
class
DT_DLL_vrfutil
DtRwBoundingVolume
:
public
DtReaderWriter
,
public
Dt3dBoundingVolume
26
{
27
public
:
29
DtRwBoundingVolume
();
30
32
DtRwBoundingVolume
(
const
DtString
& name,
33
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
34
35
DtRwBoundingVolume
(
const
DtSymbolString
& name,
36
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
37
38
39
41
DtRwBoundingVolume
(
const
DtString
& name,
const
Dt3dBoundingVolume&
42
fromBoundingVolume,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
43
44
DtRwBoundingVolume
(
const
DtSymbolString
& name,
const
Dt3dBoundingVolume&
45
fromBoundingVolume,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
46
48
DtRwBoundingVolume
(
const
DtRwBoundingVolume
& orig);
49
51
DtRwBoundingVolume
(
const
DtString
& name,
const
DtRwBoundingVolume
&
52
fromRwBoundingVolume,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
53
54
DtRwBoundingVolume
(
const
DtSymbolString
& name,
const
DtRwBoundingVolume
&
55
fromRwBoundingVolume,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
56
59
virtual
void
putData
(
DtEnvironmentSP
, DtEnvValueSP parent)
const
;
60
virtual
void
getData
(
const
DtEnvironmentSP
,
const
DtEnvValueSP value,
61
const
DtReaderWriter::SearchPaths
& searchPaths =
DtReaderWriter::SearchPaths
(),
62
const
DtVariableBindingsList
& bindings =
DtVariableBindingsList
());
63
65
static
const
char
*
theXmlType
();
66
67
virtual
const
char
*
xmlType
()
const
68
{
69
return
theXmlType
();
70
}
72
74
virtual
~
DtRwBoundingVolume
();
75
77
DtRwBoundingVolume
&
operator=
(
const
DtRwBoundingVolume
& orig);
78
DtRwBoundingVolume
&
operator=
(
const
Dt3dBoundingVolume & orig);
79
80
virtual
void
putData
(FILE* fp,
int
indentLevel = 0);
81
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
82
const
DtVariableBindingsList
& variableBindings);
83
87
virtual
const
char
*
readerWriterType
()
const
;
88
89
virtual
bool
operator==
(
const
DtRwBoundingVolume
&)
const
;
90
91
protected
:
92
93
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)