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
SmtkPoint.h
Isis
Namespace for ISIS/Bullet specific routines.
Definition:
Apollo.h:31
QPair
Definition:
CubeIoHandler.h:39
QHash
Definition:
ControlNet.h:46
src
base
objs
SmtkMatcher
SmtkStack.h