Helping data structure for building up the reduced quad tree by NMM.
More...
#include <ogdf/energybased/fmmm/new_multipole_method/ParticleInfo.h>
Helping data structure for building up the reduced quad tree by NMM.
Definition at line 46 of file ParticleInfo.h.
◆ ParticleInfo()
ogdf::energybased::fmmm::ParticleInfo::ParticleInfo |
( |
| ) |
|
|
inline |
◆ get_copy_item()
◆ get_cross_ref_item()
◆ get_subList_ptr()
List<ParticleInfo>* ogdf::energybased::fmmm::ParticleInfo::get_subList_ptr |
( |
| ) |
const |
|
inline |
◆ get_tmp_cross_ref_item()
◆ get_vertex()
node ogdf::energybased::fmmm::ParticleInfo::get_vertex |
( |
| ) |
const |
|
inline |
◆ get_x_y_coord()
double ogdf::energybased::fmmm::ParticleInfo::get_x_y_coord |
( |
| ) |
const |
|
inline |
◆ is_marked()
bool ogdf::energybased::fmmm::ParticleInfo::is_marked |
( |
| ) |
const |
|
inline |
◆ mark()
void ogdf::energybased::fmmm::ParticleInfo::mark |
( |
| ) |
|
|
inline |
◆ set_copy_item()
◆ set_cross_ref_item()
◆ set_subList_ptr()
void ogdf::energybased::fmmm::ParticleInfo::set_subList_ptr |
( |
List< ParticleInfo > * |
ptr | ) |
|
|
inline |
◆ set_tmp_cross_ref_item()
◆ set_vertex()
void ogdf::energybased::fmmm::ParticleInfo::set_vertex |
( |
node |
v | ) |
|
|
inline |
◆ set_x_y_coord()
void ogdf::energybased::fmmm::ParticleInfo::set_x_y_coord |
( |
double |
c | ) |
|
|
inline |
◆ unmark()
void ogdf::energybased::fmmm::ParticleInfo::unmark |
( |
| ) |
|
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const ParticleInfo & |
A |
|
) |
| |
|
friend |
◆ copy_item
◆ cross_ref_item
the Listiterator of the ParticleInfo-Element that containes the vertex in the List storing the other coordinates (a cross reference)
Definition at line 117 of file ParticleInfo.h.
◆ marked
bool ogdf::energybased::fmmm::ParticleInfo::marked |
|
private |
◆ subList_ptr
◆ tmp_item
A temporary item that is used to construct the cross references for the copy_Lists and the subLists.
Definition at line 128 of file ParticleInfo.h.
◆ vertex
node ogdf::energybased::fmmm::ParticleInfo::vertex |
|
private |
the vertex of G that is associated with this attributes
Definition at line 110 of file ParticleInfo.h.
◆ x_y_coord
double ogdf::energybased::fmmm::ParticleInfo::x_y_coord |
|
private |
the x (resp.
y) coordinate of the actual position of the vertex
Definition at line 111 of file ParticleInfo.h.
The documentation for this class was generated from the following file: