openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Public Member Functions | |
Region (Point p, int b) | |
virtual | ~Region () |
virtual bool | inside (Point)=0 |
bool | isbath () |
int | tag () |
void | tag (int t) |
Protected Attributes | |
Point | p0_ |
int | bath_ |
int | tag_ |
|
pure virtual |
Implemented in CylindricalRegion, SphericalRegion, and BlockRegion.
|
inline |
|
inline |