KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
line_segment.h
Go to the documentation of this file.
1 /* $Id $ */
2 
18 #ifndef EDGE_LINE_SEGMENT_H
19 #define EDGE_LINE_SEGMENT_H
20 
21 // refactored to break the dependency between gr_cpp and edge_cpp.
22 // Moved the line_segment class into gr_cpp, which allowed it to be used in that
23 // sublibrary without introducing a dpeendency on the edge_cpp sublibrary.
24 //
25 // This shouldn't affect existing code that includes this header.
26 // -- Kyle November 23 2014
27 
28 namespace kjb
29 {
30  class Segment_pair;
31 }
32 #include <gr_cpp/gr_line_segment.h>
33 #include <edge_cpp/edge_segment.h>
34 
35 #endif
Declarations for Edge segment class.
Declarations for Line segment class.