Implemented ImageZigzagPersistence
* Changed ZigzagPersistence to support a visitor, and implemented
ImageZigzagPersistence
* examples/rips/rips-zigzag now computes using ImageZigzagPersistence
* PersistenceDiagram no longer records zero persistence pairs
* Added utilities/memory.h with report_memory() function
include $(CGAL_MAKEFILE)
all: libpath libpaths ldflags cxxflags
libpath:
@echo "$(CGAL_LIB_DIR)"
libpaths:
@echo "$(CGAL_LIBPATHFLAGS)"
ldflags:
@echo "$(CGAL_LDFLAGS)"
cxxflags:
@echo "$(CGAL_CXXFLAGS)"