C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
MbSpaceContourCreationResults< Item > Class Template Reference

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::IndicesVectorSetIndexes ()
 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...
 

Detailed Description

template<class Item>
class MbSpaceContourCreationResults< Item >

The result of creating a contour.

The result of creating a contour from wire frame edges.

Member Data Documentation

◆ _contourIndexes

template<class Item >
c3d::IndicesVector MbSpaceContourCreationResults< Item >::_contourIndexes
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.


The documentation for this class was generated from the following file: