Isis Developer Reference
AbstractShape.h
Go to the documentation of this file.
1 #ifndef AbstractShape_h
2 #define AbstractShape_h
3 
9 /* SPDX-License-Identifier: CC0-1.0 */
10 
11 #include "AbstractPlate.h"
12 
13 namespace Isis {
22 //class AbstractPlate;
23 
24 // The following definition is a placeholder for when the design for an
25 // abstract shape is implemented. When AbstractShape is implemented, this
26 // should be removed.
27 //
28 // Examples of AbstractShape types in addition to AbstractPlate (NaifDSK):
29 // AbstractUniverse, AbstractSphere, AbstractEllipsoid,
30 // AbstractTriaxialEllipsoid and AbstractRingsSystem, AbstractPlane, etc...
31 #define AbstractShape AbstractPlate;
32 
33 } // namespace Isis
34 
35 #endif
AbstractPlate.h
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16