Chombo + EB + MF  3.2
List of all members
BoxCollapser Class Reference

This class collapses the "fixed" dimensions of a Box to its small end. More...

#include <BoxCollapser.H>

Inheritance diagram for BoxCollapser:
Inheritance graph
[legend]

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...
 

Detailed Description

This class collapses the "fixed" dimensions of a Box to its small end.

Constructor & Destructor Documentation

◆ BoxCollapser()

BoxCollapser::BoxCollapser ( const Interval a_fixedDims)

Constructor.

◆ ~BoxCollapser()

virtual BoxCollapser::~BoxCollapser ( )
virtual

destructor

Member Function Documentation

◆ operator()()

virtual Box BoxCollapser::operator() ( const Box a_inputBox)
virtual

Required for BaseTransform. Returns the collapsed Box: the range in a_fixedDims is set to a_inputBox.smallEnd() only.

Implements BaseTransform.

Member Data Documentation

◆ m_fixedDims

Interval BoxCollapser::m_fixedDims
protected

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