|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
the struct holding all partition data More...
#include <kdpart.hpp>
Public Member Functions | |
| ~partition () | |
Public Attributes | |
| T | pidx = T(-1) |
| partition index More... | |
| T | cnt = T(-1) |
| (global) partition size More... | |
| kdpart::bbox< S > | box |
| (global) partition bounding box More... | |
| std::vector< elem< T, S > > * | elems = NULL |
| (local) elements in partition More... | |
the struct holding all partition data
Definition at line 76 of file kdpart.hpp.
|
inline |
Definition at line 82 of file kdpart.hpp.
| kdpart::bbox<S> kdpart::partition< T, S >::box |
(global) partition bounding box
Definition at line 79 of file kdpart.hpp.
| T kdpart::partition< T, S >::cnt = T(-1) |
(global) partition size
Definition at line 78 of file kdpart.hpp.
| std::vector<elem<T,S> >* kdpart::partition< T, S >::elems = NULL |
(local) elements in partition
Definition at line 80 of file kdpart.hpp.
| T kdpart::partition< T, S >::pidx = T(-1) |
partition index
Definition at line 77 of file kdpart.hpp.