Public Types |
| enum | cellType { maskCovered = -2,
maskPhysical = -1,
maskCopy = 0,
maskCoarse = 1
} |
Public Methods |
| void | buildMask (BaseFab< int > &a_mask, const ProblemDomain &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |
| void | buildMasks (LevelData< BaseFab< int > > &a_masks, const ProblemDomain &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |
| void | buildMask (BaseFab< int > &a_mask, const Box &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |
| void | buildMasks (LevelData< BaseFab< int > > &a_masks, const Box &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |