VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
rwVectorList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/vrfutilDefines.h
"
12
#include "
vrfutil/rwTemplatedList.h
"
13
#include "
vrfutil/rwVector.h
"
14
15
class
DtLocalVertexList
;
16
class
Coordinate_System
;
17
22
class
DT_DLL_vrfutil
DtRwVectorList
:
public
DtRwTemplatedListPtr
<DtRwVector, true>
23
{
24
public
:
25
27
DtRwVectorList
();
28
30
DtRwVectorList
(
const
DtString
& name,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
DtRwVectorList
(
const
DtSymbolString
& name,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
36
virtual
~
DtRwVectorList
();
37
39
DtRwVectorList
(
const
DtString
& name,
const
DtRwVectorList
& orig,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
42
DtRwVectorList
(
const
DtSymbolString
& name,
const
DtRwVectorList
& orig,
43
DtReaderWriterRegistry
* parentRegistry = NULL);
44
46
DtRwVectorList
&
operator=
(
const
DtRwVectorList
& orig);
47
50
void
convertToLocal(
DtLocalVertexList
& localVertices,
51
const
Coordinate_System
* coordSys)
const
;
52
54
virtual
DtString
prettyPrint
()
const
;
55
56
};
57
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)