Chombo + EB + MF
3.2
|
This class collapses the "fixed" dimensions of a Box to its small end. More...
#include <BoxCollapser.H>
Constructor, destructor, and defines. | |
Interval | m_fixedDims |
BoxCollapser (const Interval &a_fixedDims) | |
virtual | ~BoxCollapser () |
virtual Box | operator() (const Box &a_inputBox) |
Additional Inherited Members | |
Public Member Functions inherited from BaseTransform | |
virtual | ~BaseTransform () |
apparently I have to declare this to make some compilers happy. More... | |
This class collapses the "fixed" dimensions of a Box to its small end.
BoxCollapser::BoxCollapser | ( | const Interval & | a_fixedDims | ) |
Constructor.
|
virtual |
destructor
Required for BaseTransform. Returns the collapsed Box: the range in a_fixedDims is set to a_inputBox.smallEnd() only.
Implements BaseTransform.
|
protected |