Skeleton_blockers_iterators.h
1/* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
2 * See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
3 * Author(s): David Salinas
4 *
5 * Copyright (C) 2014 Inria
6 *
7 * Modification(s):
8 * - YYYY/MM Author: Description of the modification
9 */
10
11#ifndef SKELETON_BLOCKER_ITERATORS_SKELETON_BLOCKERS_ITERATORS_H_
12#define SKELETON_BLOCKER_ITERATORS_SKELETON_BLOCKERS_ITERATORS_H_
13
14#include <gudhi/Skeleton_blocker/iterators/Skeleton_blockers_vertices_iterators.h>
15#include <gudhi/Skeleton_blocker/iterators/Skeleton_blockers_edges_iterators.h>
16#include <gudhi/Skeleton_blocker/iterators/Skeleton_blockers_blockers_iterators.h>
17#include <gudhi/Skeleton_blocker/iterators/Skeleton_blockers_triangles_iterators.h>
18#include <gudhi/Skeleton_blocker/iterators/Skeleton_blockers_simplices_iterators.h>
19
20#endif // SKELETON_BLOCKER_ITERATORS_SKELETON_BLOCKERS_ITERATORS_H_