|
Blender V5.0
|
#include <ViewMap.h>
Inherits Freestyle::ViewVertex.
Public Types | |
| typedef vector< directedViewEdge * > | edge_pointers_container |
| Public Types inherited from Freestyle::ViewVertex | |
| typedef pair< ViewEdge *, bool > | directedViewEdge |
| typedef vector< directedViewEdge > | edges_container |
| typedef ViewVertexInternal::edge_iterator_base< ViewVertexInternal::edge_nonconst_traits > | edge_iterator |
| typedef ViewVertexInternal::edge_iterator_base< ViewVertexInternal::edge_const_traits > | const_edge_iterator |
Protected Member Functions | |
| TVertex (TVertex &iBrother) | |
| virtual ViewVertex * | duplicate () |
| Protected Member Functions inherited from Freestyle::ViewVertex | |
| ViewVertex (ViewVertex &iBrother) | |
Additional Inherited Members | |
| Public Attributes inherited from Freestyle::ViewVertex | |
| void * | userdata |
class to define a T vertex, i.e. an intersection between two edges. It points towards 2 SVertex and 4 View edges. Among these ViewEdges, 2 are front and 2 are back. Basically the front edge hides part of the back edge. So, among the back edges, 1 is of invisibility n and the other of visibility n+1
|
inline |
Default constructor.
Definition at line 468 of file ViewMap.h.
References Freestyle::ViewVertex::ViewVertex().
Referenced by castToTVertex(), duplicate(), and TVertex().
Definition at line 478 of file ViewMap.h.
References Freestyle::SVertex::setViewVertex(), and Freestyle::ViewVertex::ViewVertex().
|
inlineprotected |
Copy constructor.
Definition at line 492 of file ViewMap.h.
References TVertex(), and Freestyle::ViewVertex::ViewVertex().
|
inline |
Definition at line 534 of file ViewMap.h.
Referenced by Freestyle::ViewMapBuilder::ComputeIntersections().
|
inline |
Definition at line 539 of file ViewMap.h.
Referenced by Freestyle::ViewMapBuilder::ComputeIntersections().
|
inline |
Returns the SVertex that is further away from the viewpoint.
Definition at line 519 of file ViewMap.h.
Referenced by Freestyle::SVertex::getFEdge().
|
inlinevirtual |
Cast the Interface0D in TVertex if it can be.
Reimplemented from Freestyle::Interface0D.
Definition at line 445 of file ViewMap.h.
References TVertex().
|
inlinevirtual |
Cast the Interface0D in SVertex if it can be.
Reimplemented from Freestyle::Interface0D.
Definition at line 439 of file ViewMap.h.
References Freestyle::ViewVertex::ViewVertex().
|
inlineprotectedvirtual |
Cloning method.
Implements Freestyle::ViewVertex.
Definition at line 504 of file ViewMap.h.
References TVertex(), and Freestyle::ViewVertex::ViewVertex().
|
virtual |
Implements Freestyle::ViewVertex.
Definition at line 434 of file ViewMap.cpp.
|
virtual |
Implements Freestyle::ViewVertex.
Definition at line 440 of file ViewMap.cpp.
|
virtual |
Implements Freestyle::ViewVertex.
Definition at line 446 of file ViewMap.cpp.
|
virtual |
Implements Freestyle::ViewVertex.
Definition at line 453 of file ViewMap.cpp.
|
virtual |
Implements Freestyle::ViewVertex.
Definition at line 460 of file ViewMap.cpp.
|
virtual |
Implements Freestyle::ViewVertex.
Definition at line 490 of file ViewMap.cpp.
|
virtual |
Returns an iterator over the ViewEdges that goes to or comes from this ViewVertex pointing to the first ViewEdge of the list. The orientedViewEdgeIterator allows to iterate in CCW order over these ViewEdges and to get the orientation for each ViewEdge (incoming/outgoing).
Implements Freestyle::ViewVertex.
Definition at line 521 of file ViewMap.cpp.
|
virtual |
Returns an orientedViewEdgeIterator over the ViewEdges around this ViewVertex, pointing after the last ViewEdge.
Implements Freestyle::ViewVertex.
Definition at line 527 of file ViewMap.cpp.
|
virtual |
Returns an orientedViewEdgeIterator pointing to the ViewEdge given as argument.
Implements Freestyle::ViewVertex.
Definition at line 533 of file ViewMap.cpp.
|
inline |
Definition at line 524 of file ViewMap.h.
Referenced by Freestyle::ViewMapBuilder::ComputeIntersections().
|
inline |
Definition at line 529 of file ViewMap.h.
Referenced by Freestyle::ViewMapBuilder::ComputeIntersections().
|
inline |
Returns the SVertex that is closer to the viewpoint.
Definition at line 513 of file ViewMap.h.
Referenced by Freestyle::SVertex::getFEdge().
|
inlinevirtual |
Returns the string "TVertex".
Reimplemented from Freestyle::ViewVertex.
|
inlinevirtual |
Returns the Id of the TVertex.
Reimplemented from Freestyle::Interface0D.
Definition at line 432 of file ViewMap.h.
Referenced by Freestyle::ViewMapBuilder::ComputeIntersections().
|
inlinevirtual |
Returns the 2D point.
Reimplemented from Freestyle::Interface0D.
|
inlinevirtual |
Returns the 3D point.
Reimplemented from Freestyle::Interface0D.
|
inlinevirtual |
Returns the projected 3D x coordinate of the vertex.
Reimplemented from Freestyle::Interface0D.
|
inlinevirtual |
Returns the projected 3D y coordinate of the vertex.
Reimplemented from Freestyle::Interface0D.
|
inlinevirtual |
Returns the 2D z coordinate of the point.
Reimplemented from Freestyle::Interface0D.
Returns the SVertex (among the 2) belonging to the FEdge iFEdge
Definition at line 571 of file ViewMap.h.
References Freestyle::SVertex::fedges().
|
inlinevirtual |
Returns the 3D x coordinate of the point.
Reimplemented from Freestyle::Interface0D.
|
inlinevirtual |
Returns the 3D y coordinate of the point.
Reimplemented from Freestyle::Interface0D.
|
inlinevirtual |
Returns the 3D z coordinate of the point.
Reimplemented from Freestyle::Interface0D.
Reimplemented from Freestyle::ViewVertex.
Definition at line 410 of file ViewMap.cpp.
Definition at line 372 of file ViewMap.cpp.
References Freestyle::ViewEdgeComp().
Definition at line 391 of file ViewMap.cpp.
References Freestyle::ViewEdgeComp().
|
inline |
Sets the SVertex that is further away from the viewpoint.
Definition at line 553 of file ViewMap.h.
References Freestyle::SVertex::setViewVertex().
Definition at line 334 of file ViewMap.cpp.
References Freestyle::ViewEdgeComp().
Definition at line 353 of file ViewMap.cpp.
References Freestyle::ViewEdgeComp().
|
inline |
Sets the SVertex that is closer to the viewpoint.
Definition at line 546 of file ViewMap.h.
References Freestyle::SVertex::setViewVertex().
|
inline |
Sets the Id.
Definition at line 565 of file ViewMap.h.
Referenced by Freestyle::ViewMap::CreateTVertex().