Changeset 2689
- Timestamp:
- 12/07/12 15:26:15 (12 years ago)
- Location:
- trunk/src
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/CMakeLists.txt
r2663 r2689 69 69 ${SRCDIR}/RasterEdgeDetector.cpp 70 70 ${SRCDIR}/GenericEdgeDetector.cpp 71 ${SRCDIR}/PlotHelper.cpp 71 72 ${SRCDIR}/Templates.cpp ) 72 73 … … 92 93 ${SRCDIR}/python_Iterator.cpp 93 94 ${SRCDIR}/python_EdgeMarker.cpp 95 ${SRCDIR}/python_PlotHelper.cpp 94 96 ${SRCDIR}/python_asap.cpp ) 95 97 -
trunk/src/python_asap.cpp
r2666 r2689 88 88 asap::python::python_Iterator(); 89 89 asap::python::python_EdgeMarker(); 90 asap::python::python_PlotHelper(); 90 91 91 92 #ifndef HAVE_LIBPYRAP -
trunk/src/python_asap.h
r2663 r2689 55 55 void python_Iterator(); 56 56 void python_EdgeMarker(); 57 void python_PlotHelper(); 57 58 58 59 } // python
Note:
See TracChangeset
for help on using the changeset viewer.