openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Public Attributes | List of all members
kdpart::partition< T, S > Struct Template Reference

the struct holding all partition data More...

#include <kdpart.hpp>

Collaboration diagram for kdpart::partition< T, S >:

Public Member Functions

 ~partition ()
 

Public Attributes

pidx = T(-1)
 partition index More...
 
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...
 

Detailed Description

template<class T, class S>
struct kdpart::partition< T, S >

the struct holding all partition data

Definition at line 76 of file kdpart.hpp.

Constructor & Destructor Documentation

◆ ~partition()

template<class T, class S>
kdpart::partition< T, S >::~partition ( )
inline

Definition at line 82 of file kdpart.hpp.

Member Data Documentation

◆ box

template<class T, class S>
kdpart::bbox<S> kdpart::partition< T, S >::box

(global) partition bounding box

Definition at line 79 of file kdpart.hpp.

◆ cnt

template<class T, class S>
T kdpart::partition< T, S >::cnt = T(-1)

(global) partition size

Definition at line 78 of file kdpart.hpp.

◆ elems

template<class T, class S>
std::vector<elem<T,S> >* kdpart::partition< T, S >::elems = NULL

(local) elements in partition

Definition at line 80 of file kdpart.hpp.

◆ pidx

template<class T, class S>
T kdpart::partition< T, S >::pidx = T(-1)

partition index

Definition at line 77 of file kdpart.hpp.


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