C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
The result of creating a contour. More...
#include <wire_frame.h>
Public Member Functions | |
MbSpaceContourCreationResults () | |
Constructor. | |
~MbSpaceContourCreationResults () | |
Destructor. | |
std::vector< Item > & | SetContours () |
Set the constructed contours. | |
c3d::IndicesVector & | SetIndexes () |
Set the container of indexes. | |
Protected Attributes | |
std::vector< Item > | _resultContours |
Container of contours created from the wire frame. | |
c3d::IndicesVector | _contourIndexes |
An index container. More... | |
The result of creating a contour.
The result of creating a contour from wire frame edges.
|
protected |
An index container.
An index container indicating the number of the contour to which the i-th MbWireFrame edge is added. If the i-th edge of MbWireFrame is not included in the constructed contour, then the i-th element of the _contourIndexes will be equal to SYS_MAX_T. Filled in on demand.