Blender V4.3
HeuristicGridDensityProviderFactory.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
12// #include <memory> // provided by GridDensityProvider.h
13
15// #include "GridDensityProvider.h" // provided by *GridDensityProvider.h below
17
18namespace Freestyle {
19
35
36} /* namespace Freestyle */
Class to define a cell grid surrounding the projected image of a scene.
unsigned int uint
Class to define a cell grid surrounding the projected image of a scene.
AutoPtr< GridDensityProvider > newGridDensityProvider(OccluderSource &source, const real proscenium[4])
inherits from class Rep
Definition AppCanvas.cpp:20
double real
Definition Precision.h:14