Blender  V3.3
StrokeIO.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
10 #include <iostream>
11 
12 #include "Stroke.h"
13 
14 #include "../system/FreestyleConfig.h"
15 
16 namespace Freestyle {
17 
18 ostream &operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute);
19 
20 ostream &operator<<(ostream &out, const StrokeVertex &iStrokeVertex);
21 
22 ostream &operator<<(ostream &out, const Stroke &iStroke);
23 
24 } /* namespace Freestyle */
Classes to define a stroke.
inherits from class Rep
Definition: AppCanvas.cpp:18
ostream & operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute)
Definition: StrokeIO.cpp:14
static const pxr::TfToken out("out", pxr::TfToken::Immortal)