openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Public Attributes | List of all members
filament Class Reference

#include <filament.h>

Collaboration diagram for filament:

Public Member Functions

void add_singularity (singularity *s, int)
 
int num_segs ()
 
int num_pts ()
 
void sort ()
 

Public Attributes

int numPts =0
 
std::vector< singularitys
 

Detailed Description

Definition at line 38 of file filament.h.

Member Function Documentation

◆ add_singularity()

void filament::add_singularity ( singularity s,
int  eIndx 
)

Definition at line 244 of file filament.cc.

Here is the caller graph for this function:

◆ num_pts()

int filament::num_pts ( )
inline

Definition at line 42 of file filament.h.

Here is the caller graph for this function:

◆ num_segs()

int filament::num_segs ( )
inline

Definition at line 41 of file filament.h.

Here is the caller graph for this function:

◆ sort()

void filament::sort ( )

Definition at line 253 of file filament.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ numPts

int filament::numPts =0

Definition at line 43 of file filament.h.

◆ s

std::vector<singularity> filament::s

Definition at line 44 of file filament.h.


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