ug4
ug::bridge::ExpandLayersDesc Class Reference

A helper class for ExpandLayers. More...

+ Inheritance diagram for ug::bridge::ExpandLayersDesc:

Public Member Functions

void add_layer (int subsetInd, int newSubsetInd, number width)
 
 ExpandLayersDesc ()
 

Detailed Description

A helper class for ExpandLayers.

This class should never be publicly available, especially since deriving from std::vector is a bad idea (compare 'Effective C++'). However, it is very useful in this situation.

The class simply extends std::vector<FractureInfo> by an add_layer method.

Constructor & Destructor Documentation

◆ ExpandLayersDesc()

ug::bridge::ExpandLayersDesc::ExpandLayersDesc ( )
inline

Member Function Documentation

◆ add_layer()

void ug::bridge::ExpandLayersDesc::add_layer ( int  subsetInd,
int  newSubsetInd,
number  width 
)
inline

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