All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
REGION_OCC Class Reference

#include <blkocc.h>

Inheritance diagram for REGION_OCC:
ELIST_LINK

Public Member Functions

 REGION_OCC ()
 
 REGION_OCC (float min, float max, inT16 region)
 
- Public Member Functions inherited from ELIST_LINK
 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Public Attributes

float min_x
 
float max_x
 
inT16 region_type
 

Detailed Description

Definition at line 48 of file blkocc.h.

Constructor & Destructor Documentation

REGION_OCC::REGION_OCC ( )
inline

Definition at line 55 of file blkocc.h.

55  {
56  }; //constructor used
REGION_OCC::REGION_OCC ( float  min,
float  max,
inT16  region 
)
inline

Definition at line 58 of file blkocc.h.

61  {
62  min_x = min;
63  max_x = max;
64  region_type = region;
65  }
float max_x
Definition: blkocc.h:52
inT16 region_type
Definition: blkocc.h:53
float min_x
Definition: blkocc.h:51

Member Data Documentation

float REGION_OCC::max_x

Definition at line 52 of file blkocc.h.

float REGION_OCC::min_x

Definition at line 51 of file blkocc.h.

inT16 REGION_OCC::region_type

Definition at line 53 of file blkocc.h.


The documentation for this class was generated from the following file: