CAM geometric entity classes: Required Files

 

Chris Anderson (C) UCLA 6/27/97


Include Files

geoentity.h

Inclusive include file (typically you only use this include file when using the CAMgeometricEntity classes).

entity.h

CAMgeometricEntity include file.

camcirc.h

CAMcircleEntity include file.

camxyrct.h

CAMxyRectangleEntity include file.

campoly.h

CAMpolygonEntity include file.

cbentity.h

CAMcombinedEntity include file.

camlink.h

CAMlink include file. (CAMlink is a helper class).

geoexit.h

CAMgeoExit include file (CAMgeoExit is an error handler class).

camgeoimpexp.h

DLL construction header. Define __EXPORT_CAMGEOENTITY__ to create a dll on PC platforms.

 

Graphics Include Files

entitygph.h

Include files for graphical output routines which accept CAMgeometricEntities.

 


Source Files

camcirc.cpp

CAMcircleEntity source file.

camxyrct.cpp

CAMxyRectangleEntity source file.

campoly.cpp

CAMpolygonEntity source file.

camlink.cpp

CAMlink source file.

cbentity.cpp

CAMcombinedEntity source file.

geoexit.cpp

CAMgeoExit source file.

 

Graphics Source Files

entitygph.cpp

Source files for graphical output routines which accept CAMgeometricEntities.