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

This class uncollapses the collapsed dimensions of a Box, and leaves other dimensions set to 0. More...

#include <BoxFixedOff.H>

Inheritance diagram for BoxFixedOff:
Inheritance graph
[legend]

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

Detailed Description

This class uncollapses the collapsed dimensions of a Box, and leaves other dimensions set to 0.

Constructor & Destructor Documentation

◆ BoxFixedOff()

BoxFixedOff::BoxFixedOff ( const Interval a_fixedDims)

Constructor.

◆ ~BoxFixedOff()

virtual BoxFixedOff::~BoxFixedOff ( )
virtual

destructor

Member Function Documentation

◆ operator()()

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

Required for BaseTransform. Returns the collapsed Box: the dimensions in a_fixedDims are set to a_fixedPt.

Implements BaseTransform.

Member Data Documentation

◆ m_fixedDims

Interval BoxFixedOff::m_fixedDims
protected

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