File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
SmtkStack.h
Go to the documentation of this file.
1 #ifndef SmtkStack_h
2 #define SmtkStack_h
3 
27 #include "SmtkPoint.h"
28 #include <QHash>
29 #include <QPair>
30 
31 namespace Isis {
32 
33  typedef QPair<int, int> SmtkQPair;
34  typedef QHash<SmtkQPair, SmtkPoint> SmtkQStack;
35 
36  typedef SmtkQStack::iterator SmtkQStackIter;
37  typedef SmtkQStack::const_iterator SmtkQStackConstIter;
38 
39 };
40 
41 #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:31:02