Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/image/ImagePyramid.h
| /* SPDX-License-Identifier: GPL-2.0-or-later */ | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||
| #pragma once | #pragma once | ||||
| /** \file | /** \file | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| * \brief Class to represent a pyramid of images | * \brief Class to represent a pyramid of images | ||||
| */ | */ | ||||
| #include <vector> | #include <vector> | ||||
| #include "../system/FreestyleConfig.h" | |||||
| #ifdef WITH_CXX_GUARDEDALLOC | #ifdef WITH_CXX_GUARDEDALLOC | ||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| #endif | #endif | ||||
| namespace Freestyle { | namespace Freestyle { | ||||
| class GrayImage; | class GrayImage; | ||||
| ▲ Show 20 Lines • Show All 79 Lines • Show Last 20 Lines | |||||