USGS

Isis 3.0 Object Programmers' Reference

Home

AbstractShape.h
Go to the documentation of this file.
1 #ifndef AbstractShape_h
2 #define AbstractShape_h
3 
25 #include "AbstractPlate.h"
26 
27 namespace Isis {
36 //class AbstractPlate;
37 
38 // The following definition is a placeholder for when the design for an
39 // abstract shape is implemented. When AbstractShape is implemented, this
40 // should be removed.
41 //
42 // Examples of AbstractShape types in addition to AbstractPlate (NaifDSK):
43 // AbstractUniverse, AbstractSphere, AbstractEllipsoid,
44 // AbstractTriaxialEllipsoid and AbstractRingsSystem, AbstractPlane, etc...
45 #define AbstractShape AbstractPlate;
46 
47 } // namespace Isis
48 
49 #endif