Chain Class Reference
#include <Chain.h>
Inheritance diagram for Chain:
List of all members.
Detailed Description
Class to represent a 1D elements issued from the chaining process. A Chain is the last step before the
Stroke and is used in the Splitting and Creation processes.
Constructor & Destructor Documentation
|
Builds a chain from its Id. |
virtual ~Chain |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void push_viewedge_back |
( |
ViewEdge * |
iViewEdge, |
|
|
bool |
orientation |
|
) |
|
|
|
Adds a ViewEdge at the end of the chain - Parameters:
-
| iViewEdge | The ViewEdge that must be added. |
| orientation | The orientation with which this ViewEdge must be processed. |
|
void push_viewedge_front |
( |
ViewEdge * |
iViewEdge, |
|
|
bool |
orientation |
|
) |
|
|
|
Adds a ViewEdge at the beginning of the chain - Parameters:
-
| iViewEdge | The ViewEdge that must be added. |
| orientation | The orientation with which this ViewEdge must be processed. |
|
The documentation for this class was generated from the following file: