|
Blender V4.3
|
#include <WXEdge.h>
Public Types | |
| typedef ushort | Configuration |
Public Member Functions | |
| WXSmoothEdge () | |
| WXSmoothEdge (const WXSmoothEdge &iBrother) | |
| ~WXSmoothEdge () | |
| WOEdge * | woea () |
| WOEdge * | woeb () |
| float | ta () const |
| float | tb () const |
| bool | front () const |
| Configuration | configuration () const |
| void | setWOeA (WOEdge *iwoea) |
| void | setWOeB (WOEdge *iwoeb) |
| void | setTa (float ta) |
| void | setTb (float tb) |
| void | setFront (bool iFront) |
| void | setConfiguration (Configuration iConf) |
Public Attributes | |
| WOEdge * | _woea |
| WOEdge * | _woeb |
| float | _ta |
| float | _tb |
| bool | _front |
| Configuration | _config |
Static Public Attributes | |
| static const Configuration | EDGE_EDGE = 1 |
| static const Configuration | VERTEX_EDGE = 2 |
| static const Configuration | EDGE_VERTEX = 3 |
Class to store a smooth edge (i.e Hertzman & Zorin smooth silhouette edges)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 286 of file WXEdge.h.
References _front.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
|
inline |
Definition at line 276 of file WXEdge.h.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
|
inline |
Definition at line 281 of file WXEdge.h.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
|
inline |
modifiers
Definition at line 266 of file WXEdge.h.
References _woea.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
|
inline |
Definition at line 271 of file WXEdge.h.
References _woeb.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
|
inline |
Definition at line 245 of file WXEdge.h.
References _ta.
Referenced by Freestyle::ViewEdgeXBuilder::BuildSmoothFEdge(), Freestyle::ViewEdgeXBuilder::FindNextFaceLayer(), Freestyle::ViewEdgeXBuilder::FindPreviousFaceLayer(), Freestyle::FEdgeXDetector::postProcessSuggestiveContourFace(), and setTa().
|
inline |
Definition at line 250 of file WXEdge.h.
References _tb.
Referenced by Freestyle::ViewEdgeXBuilder::BuildSmoothFEdge(), Freestyle::ViewEdgeXBuilder::FindNextFaceLayer(), Freestyle::ViewEdgeXBuilder::FindPreviousFaceLayer(), Freestyle::FEdgeXDetector::postProcessSuggestiveContourFace(), and setTb().
|
inline |
Definition at line 235 of file WXEdge.h.
References _woea.
Referenced by Freestyle::ViewEdgeXBuilder::BuildSmoothFEdge(), Freestyle::ViewEdgeXBuilder::FindNextFaceLayer(), Freestyle::ViewEdgeXBuilder::FindPreviousFaceLayer(), and Freestyle::FEdgeXDetector::postProcessSuggestiveContourFace().
|
inline |
Definition at line 240 of file WXEdge.h.
References _woeb.
Referenced by Freestyle::ViewEdgeXBuilder::BuildSmoothFEdge(), Freestyle::ViewEdgeXBuilder::FindNextFaceLayer(), Freestyle::ViewEdgeXBuilder::FindPreviousFaceLayer(), and Freestyle::FEdgeXDetector::postProcessSuggestiveContourFace().
| Configuration Freestyle::WXSmoothEdge::_config |
Definition at line 211 of file WXEdge.h.
Referenced by configuration(), setConfiguration(), WXSmoothEdge(), and WXSmoothEdge().
| bool Freestyle::WXSmoothEdge::_front |
Definition at line 210 of file WXEdge.h.
Referenced by front(), setFront(), WXSmoothEdge(), and WXSmoothEdge().
| float Freestyle::WXSmoothEdge::_ta |
Definition at line 208 of file WXEdge.h.
Referenced by setTa(), ta(), WXSmoothEdge(), and WXSmoothEdge().
| float Freestyle::WXSmoothEdge::_tb |
Definition at line 209 of file WXEdge.h.
Referenced by setTb(), tb(), WXSmoothEdge(), and WXSmoothEdge().
| WOEdge* Freestyle::WXSmoothEdge::_woea |
Definition at line 206 of file WXEdge.h.
Referenced by setWOeA(), woea(), WXSmoothEdge(), and WXSmoothEdge().
| WOEdge* Freestyle::WXSmoothEdge::_woeb |
Definition at line 207 of file WXEdge.h.
Referenced by setWOeB(), woeb(), WXSmoothEdge(), and WXSmoothEdge().
|
static |
Definition at line 202 of file WXEdge.h.
Referenced by WXSmoothEdge().
|
static |
|
static |