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

Public Member Functions

virtual ~BoundingBox ()
 
void init (int *_bx, float *_res, Point p0)
 
void dims (void)
 
float z2xi (float z, bool nodeGrid)
 
float mn_z (bool nodeGrid)
 
float mx_z (bool nodeGrid)
 

Public Attributes

int * bx
 
int bx_inds [3][2]
 

Protected Attributes

float * res
 
BBoxDef bctrs
 
BBoxDef nodes
 

Detailed Description

Definition at line 362 of file mesher.cc.

Constructor & Destructor Documentation

◆ ~BoundingBox()

virtual BoundingBox::~BoundingBox ( )
inlinevirtual

Definition at line 364 of file mesher.cc.

Member Function Documentation

◆ dims()

void BoundingBox::dims ( void  )

Definition at line 431 of file mesher.cc.

◆ init()

void BoundingBox::init ( int *  _bx,
float *  _res,
Point  p0 
)

Definition at line 392 of file mesher.cc.

Here is the caller graph for this function:

◆ mn_z()

float BoundingBox::mn_z ( bool  nodeGrid)
inline

Definition at line 368 of file mesher.cc.

Here is the caller graph for this function:

◆ mx_z()

float BoundingBox::mx_z ( bool  nodeGrid)
inline

Definition at line 369 of file mesher.cc.

Here is the caller graph for this function:

◆ z2xi()

float BoundingBox::z2xi ( float  z,
bool  nodeGrid 
)

Definition at line 380 of file mesher.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ bctrs

BBoxDef BoundingBox::bctrs
protected

Definition at line 375 of file mesher.cc.

◆ bx

int* BoundingBox::bx

Definition at line 369 of file mesher.cc.

◆ bx_inds

int BoundingBox::bx_inds[3][2]

Definition at line 372 of file mesher.cc.

◆ nodes

BBoxDef BoundingBox::nodes
protected

Definition at line 376 of file mesher.cc.

◆ res

float* BoundingBox::res
protected

Definition at line 374 of file mesher.cc.


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