|
Blender V5.0
|
#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 239 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 244 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 229 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 234 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 205 of file WXEdge.h.
Referenced by configuration(), setConfiguration(), WXSmoothEdge(), and WXSmoothEdge().
| bool Freestyle::WXSmoothEdge::_front |
Definition at line 204 of file WXEdge.h.
Referenced by front(), setFront(), WXSmoothEdge(), and WXSmoothEdge().
| float Freestyle::WXSmoothEdge::_ta |
Definition at line 202 of file WXEdge.h.
Referenced by setTa(), ta(), WXSmoothEdge(), and WXSmoothEdge().
| float Freestyle::WXSmoothEdge::_tb |
Definition at line 203 of file WXEdge.h.
Referenced by setTb(), tb(), WXSmoothEdge(), and WXSmoothEdge().
| WOEdge* Freestyle::WXSmoothEdge::_woea |
Definition at line 200 of file WXEdge.h.
Referenced by setWOeA(), woea(), WXSmoothEdge(), and WXSmoothEdge().
| WOEdge* Freestyle::WXSmoothEdge::_woeb |
Definition at line 201 of file WXEdge.h.
Referenced by setWOeB(), woeb(), WXSmoothEdge(), and WXSmoothEdge().
|
static |
Definition at line 196 of file WXEdge.h.
Referenced by WXSmoothEdge().
|
static |
|
static |