Blender  V3.3
WXEdgeBuilder.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
11 #include "WingedEdgeBuilder.h"
12 
13 #include "../scene_graph/IndexedFaceSet.h"
14 
15 namespace Freestyle {
16 
18  public:
20  {
21  }
22  virtual ~WXEdgeBuilder()
23  {
24  }
26 
27  protected:
28  virtual void buildWVertices(WShape &shape, const float *vertices, unsigned vsize);
29 
30 #ifdef WITH_CXX_GUARDEDALLOC
31  MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:WXEdgeBuilder")
32 #endif
33 };
34 
35 } /* namespace Freestyle */
Class to render a WingedEdge data structure from a polyhedral data structure organized in nodes of a ...
VISIT_DECL(IndexedFaceSet)
virtual void buildWVertices(WShape &shape, const float *vertices, unsigned vsize)
inherits from class Rep
Definition: AppCanvas.cpp:18