VR-Forces 4.5 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
shape
shapePolyLineM.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef SHAPEPOLYLINEM_H
7
#define SHAPEPOLYLINEM_H
8
9
#include "
shape/shapeDefines.h
"
10
#include <stdio.h>
11
#include "
shape/shapePolyLine.h
"
12
13
class
DtShapePointM
;
14
15
// class DtShapePolyLineM:
16
//
17
18
class
DT_DLL_shape
DtShapePolyLineM
:
public
DtShapePolyLine
19
{
20
21
public
:
22
23
// default constructor.
24
DtShapePolyLineM
(
double
elevationFactor,
bool
isPoly =
false
);
25
26
// destructor
27
virtual
~
DtShapePolyLineM
();
28
29
virtual
bool
load
(FILE *f,
bool
loadMeasures =
true
);
30
virtual
DtShapePoint
*
point
(
int
i);
31
32
protected
:
33
34
DtNetFloat64 myMinMax[2];
35
DtShapePointM
*
myPointMs
;
36
37
};
38
39
#endif
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)