Chombo + EB + MF
3.2
|
This class uncollapses the collapsed dimensions of a Box, and leaves other dimensions set to 0. More...
#include <BoxFixedOff.H>
Constructor, destructor, and defines. | |
Interval | m_fixedDims |
BoxFixedOff (const Interval &a_fixedDims) | |
virtual | ~BoxFixedOff () |
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 uncollapses the collapsed dimensions of a Box, and leaves other dimensions set to 0.
BoxFixedOff::BoxFixedOff | ( | const Interval & | a_fixedDims | ) |
Constructor.
|
virtual |
destructor
Required for BaseTransform. Returns the collapsed Box: the dimensions in a_fixedDims are set to a_fixedPt.
Implements BaseTransform.
|
protected |