File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
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
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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/12/2023 23:13:54