File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
AbstractShape.h
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
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:16:04