openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Protected Attributes | List of all members
Region Class Referenceabstract
Inheritance diagram for Region:
Collaboration diagram for Region:

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_
 

Detailed Description

Definition at line 114 of file mesher.cc.

Constructor & Destructor Documentation

◆ Region()

Region::Region ( Point  p,
int  b 
)
inline

Definition at line 116 of file mesher.cc.

◆ ~Region()

virtual Region::~Region ( )
inlinevirtual

Definition at line 117 of file mesher.cc.

Member Function Documentation

◆ inside()

virtual bool Region::inside ( Point  )
pure virtual

◆ isbath()

bool Region::isbath ( )
inline

Definition at line 119 of file mesher.cc.

Here is the caller graph for this function:

◆ tag() [1/2]

int Region::tag ( )
inline

Definition at line 120 of file mesher.cc.

Here is the caller graph for this function:

◆ tag() [2/2]

void Region::tag ( int  t)
inline

Definition at line 121 of file mesher.cc.

Member Data Documentation

◆ bath_

int Region::bath_
protected

Definition at line 124 of file mesher.cc.

◆ p0_

Point Region::p0_
protected

Definition at line 123 of file mesher.cc.

◆ tag_

int Region::tag_
protected

Definition at line 125 of file mesher.cc.


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