Blender
V3.3
|
#include <WXEdge.h>
Public Types | |
typedef unsigned short | 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)
typedef unsigned short Freestyle::WXSmoothEdge::Configuration |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 288 of file WXEdge.h.
References _front.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
Definition at line 278 of file WXEdge.h.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
Definition at line 283 of file WXEdge.h.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
modifiers
Definition at line 268 of file WXEdge.h.
References _woea.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
Definition at line 273 of file WXEdge.h.
References _woeb.
Referenced by Freestyle::WXFaceLayer::BuildSmoothEdge().
|
inline |
Definition at line 247 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 252 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 237 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 242 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(), and WXSmoothEdge().
bool Freestyle::WXSmoothEdge::_front |
Definition at line 210 of file WXEdge.h.
Referenced by front(), setFront(), and WXSmoothEdge().
float Freestyle::WXSmoothEdge::_ta |
Definition at line 208 of file WXEdge.h.
Referenced by setTa(), ta(), and WXSmoothEdge().
float Freestyle::WXSmoothEdge::_tb |
Definition at line 209 of file WXEdge.h.
Referenced by setTb(), tb(), and WXSmoothEdge().
WOEdge* Freestyle::WXSmoothEdge::_woea |
Definition at line 206 of file WXEdge.h.
Referenced by setWOeA(), woea(), and WXSmoothEdge().
WOEdge* Freestyle::WXSmoothEdge::_woeb |
Definition at line 207 of file WXEdge.h.
Referenced by setWOeB(), woeb(), and WXSmoothEdge().
|
static |
Definition at line 202 of file WXEdge.h.
Referenced by WXSmoothEdge().
|
static |
|
static |