#include <EBIndexSpace.H>
Collaboration diagram for Chombo_EBIS:

Static Public Methods | |
| EBIndexSpace * | instance () |
Private Methods | |
| Chombo_EBIS () | |
| ~Chombo_EBIS () | |
Static Private Attributes | |
| EBIndexSpace * | s_instance |
|
|
|
|
|
|
|
|
Return a pointer to the singleton EBIndexSpace. Until this is called once, the singleton is null. See Design patterns for why this is done this way. |
|
|
This is NULL until the first time instance() is called. On the first time it is called it is set to new EBIndexSpace(); After that it points to the same thing. |
1.2.16