Blender V4.3
AverageAreaGridDensityProvider.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 "GridDensityProvider.h"
13
14namespace Freestyle {
15
17 // Disallow copying and assignment
20
21 public:
23 const real proscenium[4],
24 real sizeFactor);
26 const BBox<Vec3r> &bbox,
27 const GridHelpers::Transform &transform,
28 real sizeFactor);
30
31 private:
32 void initialize(const real proscenium[4], real sizeFactor);
33};
34
49
50} /* namespace Freestyle */
Class to define a cell grid surrounding the projected image of a scene.
void initialize()
AutoPtr< GridDensityProvider > newGridDensityProvider(OccluderSource &source, const real proscenium[4])
inherits from class Rep
Definition AppCanvas.cpp:20
double real
Definition Precision.h:14