Isis 3.0 Programmer Reference
Home
Main Page
Related Pages
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