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

Public Member Functions

 Element (int N, const char *t)
 
 ~Element ()
 
Point centre (Point *ctr)
 
int num ()
 

Public Attributes

TisAxes ax
 

Protected Attributes

int n_
 
int * p_
 
std::string type_
 

Friends

std::ostream & operator<< (std::ostream &, Element &)
 

Detailed Description

Definition at line 175 of file mesher.cc.

Constructor & Destructor Documentation

◆ Element()

Element::Element ( int  N,
const char *  t 
)
inline

Definition at line 177 of file mesher.cc.

◆ ~Element()

Element::~Element ( )
inline

Definition at line 178 of file mesher.cc.

Member Function Documentation

◆ centre()

Point Element::centre ( Point ctr)

Definition at line 190 of file mesher.cc.

◆ num()

int Element::num ( void  )
inline

Definition at line 180 of file mesher.cc.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
Element e 
)
friend

Definition at line 243 of file mesher.cc.

Member Data Documentation

◆ ax

TisAxes Element::ax

Definition at line 182 of file mesher.cc.

◆ n_

int Element::n_
protected

Definition at line 184 of file mesher.cc.

◆ p_

int* Element::p_
protected

Definition at line 185 of file mesher.cc.

◆ type_

std::string Element::type_
protected

Definition at line 186 of file mesher.cc.


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