Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0 Programmer Reference
Isis 3.0 Object Documentation
Todo List
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
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
SmtkPoint.h
QPair
Definition:
CubeIoHandler.h:39
QHash
Definition:
ControlCubeGraphNode.h:28
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:29:20