Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/PT/ImageGraph.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _Hgn1_IMAGEGRAPH_H 00025 #define _Hgn1_IMAGEGRAPH_H 00026 00027 #include <algorithms/optimizer/ImageGraph.h> 00028 00029 00030 namespace PT 00031 { 00032 00033 using HuginBase::CPGraph; 00034 using HuginBase::CPComponents; 00035 using HuginBase::createCPGraph; 00036 using HuginBase::findCPComponents; 00037 using HuginBase::OverlapEdgeProperty; 00038 00039 using HuginBase::OverlapGraph; 00040 using HuginBase::createOverlapGraph; 00041 00042 } 00043 00044 #endif // _IMAGEGRAPH_H
1.3.9.1