Blender V4.3
WXEdgeBuilder.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
13#include "WingedEdgeBuilder.h"
14
16
17namespace Freestyle {
18
20 public:
22 virtual ~WXEdgeBuilder() {}
24
25 protected:
26 virtual void buildWVertices(WShape &shape, const float *vertices, uint vsize);
27
28#ifdef WITH_CXX_GUARDEDALLOC
29 MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:WXEdgeBuilder")
30#endif
31};
32
33} /* namespace Freestyle */
unsigned int uint
A Set of indexed faces to represent a surface object.
Class to render a WingedEdge data structure from a polyhedral data structure organized in nodes of a ...
virtual void buildWVertices(WShape &shape, const float *vertices, uint vsize)
VISIT_DECL(IndexedFaceSet)
inherits from class Rep
Definition AppCanvas.cpp:20