tissue::ClosestWallAlgoParams Struct Reference

Parameters for the closest wall algorithm. More...

#include <tissue.h>

Inheritance diagram for tissue::ClosestWallAlgoParams:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ClosestWallAlgoParams (const ClosestWallAlgoParams &copy)
 Copy constructor.
 ClosestWallAlgoParams (double cwm=0, bool scwm=true)
 Default and initialization constructor.

Public Attributes

double cellWallMin
 Minimum size of a wall.
bool strictCellWallMin
 If true, the minimum size of a wall is strictly enforce, otherwise, it will not imply a change of division wall.

Detailed Description

Parameters for the closest wall algorithm.

Definition at line 260 of file tissue.h.


Constructor & Destructor Documentation

tissue::ClosestWallAlgoParams::ClosestWallAlgoParams ( double  cwm = 0,
bool  scwm = true 
) [inline]

Default and initialization constructor.

Definition at line 265 of file tissue.h.

00266       : CellPinchingParams()
00267       , cellWallMin(cwm)
00268       , strictCellWallMin(scwm)
00269       { }

tissue::ClosestWallAlgoParams::ClosestWallAlgoParams ( const ClosestWallAlgoParams copy  )  [inline]

Copy constructor.

Definition at line 274 of file tissue.h.

00275       : CellPinchingParams(copy)
00276       , cellWallMin(copy.cellWallMin)
00277       , strictCellWallMin(copy.strictCellWallMin)
00278       { }


Member Data Documentation

Minimum size of a wall.

Definition at line 283 of file tissue.h.

Referenced by tissue::findDivisionPoints().

If true, the minimum size of a wall is strictly enforce, otherwise, it will not imply a change of division wall.

Definition at line 288 of file tissue.h.

Referenced by tissue::findDivisionPoints().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Fri May 31 15:38:22 2013 for VVE by  doxygen 1.6.3