Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
AbstractPlate.h
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
ISIS Support Center
File Modified: 07/12/2023 23:13:48