Blender V4.3
StrokeIO.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 <iostream>
13
14#include "Stroke.h"
15
17
18namespace Freestyle {
19
20ostream &operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute);
21
22ostream &operator<<(ostream &out, const StrokeVertex &iStrokeVertex);
23
24ostream &operator<<(ostream &out, const Stroke &iStroke);
25
26} /* namespace Freestyle */
Configuration definitions.
Classes to define a stroke.
inherits from class Rep
Definition AppCanvas.cpp:20
ostream & operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute)
Definition StrokeIO.cpp:16