Blender
V3.3
source
blender
freestyle
intern
stroke
PSStrokeRenderer.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#pragma once
4
10
#include <fstream>
11
12
#include "
StrokeRenderer.h
"
13
14
#include "../system/FreestyleConfig.h"
15
16
namespace
Freestyle
{
17
18
/**********************************/
19
/* */
20
/* */
21
/* PSStrokeRenderer */
22
/* */
23
/* */
24
/**********************************/
25
26
class
PSStrokeRenderer
:
public
StrokeRenderer
{
27
public
:
28
PSStrokeRenderer
(
const
char
*iFileName =
NULL
);
29
31
virtual
void
RenderStrokeRep
(
StrokeRep
*iStrokeRep)
const
;
32
virtual
void
RenderStrokeRepBasic
(
StrokeRep
*iStrokeRep)
const
;
33
34
protected
:
35
mutable
ofstream
_ofstream
;
36
};
37
38
}
/* namespace Freestyle */
StrokeRenderer.h
Classes to render a stroke with OpenGL.
NULL
return NULL
Definition:
bmesh_operator_api_inline.h:205
Freestyle::PSStrokeRenderer
Definition:
PSStrokeRenderer.h:26
Freestyle::PSStrokeRenderer::RenderStrokeRep
virtual void RenderStrokeRep(StrokeRep *iStrokeRep) const
Definition:
PSStrokeRenderer.cpp:30
Freestyle::PSStrokeRenderer::PSStrokeRenderer
PSStrokeRenderer(const char *iFileName=NULL)
Definition:
PSStrokeRenderer.cpp:13
Freestyle::PSStrokeRenderer::RenderStrokeRepBasic
virtual void RenderStrokeRepBasic(StrokeRep *iStrokeRep) const
Definition:
PSStrokeRenderer.cpp:35
Freestyle::PSStrokeRenderer::_ofstream
ofstream _ofstream
Definition:
PSStrokeRenderer.h:35
Freestyle::StrokeRenderer
Definition:
StrokeRenderer.h:108
Freestyle::StrokeRep
Definition:
StrokeRep.h:166
Freestyle
inherits from class Rep
Definition:
AppCanvas.cpp:18
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1