neighbor_none Class Reference
A class passed to the voronoicell_base template to switch off neighbor computation.
More...
#include <cell.hh>
Public Member Functions |
| neighbor_none (voronoicell_base< neighbor_none > *ivc) |
void | allocate (int i, int m) |
void | add_memory_vertices (int i) |
void | add_memory_vorder (int i) |
void | init () |
void | init_octahedron () |
void | init_tetrahedron () |
void | set_pointer (int p, int n) |
void | copy (int a, int b, int c, int d) |
void | set (int a, int b, int c) |
void | set_aux1 (int k) |
void | copy_aux1 (int a, int b) |
void | copy_aux1_shift (int a, int b) |
void | set_aux2_copy (int a, int b) |
void | copy_pointer (int a, int b) |
void | set_to_aux1 (int j) |
void | set_to_aux2 (int j) |
void | print_edges (int i) |
void | allocate_aux1 (int i) |
void | switch_to_aux1 (int i) |
void | copy_to_aux1 (int i, int m) |
void | set_to_aux1_offset (int k, int m) |
void | neighbors (ostream &os, bool later) |
void | label_facets () |
void | check_facets () |
Detailed Description
A class passed to the voronoicell_base template to switch off neighbor computation.
This is a class full of empty routines for neighbor computation. If the voronoicell_base template is instantiated with this class, then it has the effect of switching off all neighbor computation. Since all these routines are declared inline, it should have the effect of a zero speed overhead in the resulting code.
Definition at line 268 of file cell.hh.
Constructor & Destructor Documentation
This is a blank constructor.
Definition at line 271 of file cell.hh.
Member Function Documentation
void neighbor_none::add_memory_vertices |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 275 of file cell.hh.
void neighbor_none::add_memory_vorder |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 277 of file cell.hh.
void neighbor_none::allocate |
( |
int |
i, |
|
|
int |
m | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 273 of file cell.hh.
void neighbor_none::allocate_aux1 |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 307 of file cell.hh.
void neighbor_none::check_facets |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 319 of file cell.hh.
void neighbor_none::copy |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c, |
|
|
int |
d | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 287 of file cell.hh.
void neighbor_none::copy_aux1 |
( |
int |
a, |
|
|
int |
b | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 293 of file cell.hh.
void neighbor_none::copy_aux1_shift |
( |
int |
a, |
|
|
int |
b | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 295 of file cell.hh.
void neighbor_none::copy_pointer |
( |
int |
a, |
|
|
int |
b | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 299 of file cell.hh.
void neighbor_none::copy_to_aux1 |
( |
int |
i, |
|
|
int |
m | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 311 of file cell.hh.
void neighbor_none::init |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 279 of file cell.hh.
void neighbor_none::init_octahedron |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 281 of file cell.hh.
void neighbor_none::init_tetrahedron |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 283 of file cell.hh.
void neighbor_none::label_facets |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 317 of file cell.hh.
void neighbor_none::neighbors |
( |
ostream & |
os, |
|
|
bool |
later | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 315 of file cell.hh.
void neighbor_none::print_edges |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 305 of file cell.hh.
void neighbor_none::set |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 289 of file cell.hh.
void neighbor_none::set_aux1 |
( |
int |
k |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 291 of file cell.hh.
void neighbor_none::set_aux2_copy |
( |
int |
a, |
|
|
int |
b | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 297 of file cell.hh.
void neighbor_none::set_pointer |
( |
int |
p, |
|
|
int |
n | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 285 of file cell.hh.
void neighbor_none::set_to_aux1 |
( |
int |
j |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 301 of file cell.hh.
void neighbor_none::set_to_aux1_offset |
( |
int |
k, |
|
|
int |
m | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
Definition at line 313 of file cell.hh.
void neighbor_none::set_to_aux2 |
( |
int |
j |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 303 of file cell.hh.
void neighbor_none::switch_to_aux1 |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 309 of file cell.hh.
The documentation for this class was generated from the following file: