VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
shape
shapeHeader.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef SHAPEHEADER_H
7
#define SHAPEHEADER_H
8
9
#include "
shape/shapeDefines.h
"
10
#include <stdio.h>
11
#include <vlutil/vlNetTypes.h>
12
13
// class DtShapeHeader:
14
// WARNING!!!!: public and not virtual because it is used to read shapefiles
15
// directly
16
17
class
DT_DLL_shape
DtShapeHeader
18
{
19
20
public
:
21
22
// default constructor.
23
DtShapeHeader
();
24
25
// destructor
26
~
DtShapeHeader
();
27
28
bool
load(FILE *f);
29
bool
write(FILE *f);
30
31
DtNetInt32
myFileCode
;
32
DtNetInt32 myPadd1[5];
33
DtNetInt32
myFileLength
;
34
DtNetInt32
myVersion
;
35
DtNetInt32
myShapeType
;
36
DtNetFloat64 myBoundingBox[8];
37
38
};
39
40
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)