Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
VegPointOptions.h
1 //
2 // Name: VegPointOptions.h
3 //
4 // Copyright (c) 2003 Virtual Terrain Project
5 // Free for all uses, see license.txt for details.
6 //
7 
8 #ifndef __VegPointOptions_H__
9 #define __VegPointOptions_H__
10 
14 {
15 public:
16  bool bFixedSpecies;
17  wxString strFixedSpeciesName;
18 
19  int iSpeciesFieldIndex;
20 
21  // 0 - species ID (int)
22  // 1 - species name (string)
23  // 2 - common name (string)
24  // 3 - biotype id (int)
25  // 4 - biotype name (string)
26  int iInterpretSpeciesField;
27 
28  bool bHeightRandom;
29  float fHeightFixed;
30  int iHeightFieldIndex;
31 };
32 
33 #endif // __VegPointOptions_H__