Wraps the normal objectRegistry with a local instance for surfaces. More...
#include <surfMesh/surfaceRegistry.H>
Wraps the normal objectRegistry with a local instance for surfaces.
Definition at line 49 of file surfaceRegistry.H.
Inheritance diagram for surfaceRegistry:
Collaboration diagram for surfaceRegistry:Public Member Functions | |
| TypeName ("surfaceRegistry") | |
| Runtime type information.
| |
| surfaceRegistry (const objectRegistry &, const word &surfName="") | |
| Construct for the given objectRegistry and named surface.
| |
| virtual | ~surfaceRegistry () |
Static Public Attributes | |
| static const word | prefix |
| The prefix to local: surfaces.
| |
| static word | defaultName |
| The default surface name: default.
| |
| surfaceRegistry | ( | const objectRegistry & | obr, |
| const word & | surfName = ""
|
||
| ) |
Construct for the given objectRegistry and named surface.
Definition at line 39 of file surfaceRegistry.C.
| ~surfaceRegistry | ( | ) | [virtual]
|
Definition at line 61 of file surfaceRegistry.C.
| TypeName | ( | "surfaceRegistry" | ) |
Runtime type information.
const Foam::word prefix [static]
|
The prefix to local: surfaces.
Definition at line 69 of file surfaceRegistry.H.
Foam::word defaultName [static]
|
The default surface name: default.
Definition at line 72 of file surfaceRegistry.H.