neighbor_none Class Reference
A class passed to the
voronoicell_base template to switch off neighbor computation.
More...
#include <cell.hh>
List of all members.
|
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 | print (ostream &os, int i, int j) |
void | label_facets () |
void | neighbors (ostream &os) |
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 249 of file cell.hh.
Constructor & Destructor Documentation
This is a blank constructor.
Definition at line 252 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 256 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 258 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 254 of file cell.hh.
void neighbor_none::allocate_aux1 |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 288 of file cell.hh.
void neighbor_none::check_facets |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 302 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 268 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 274 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 276 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 280 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 292 of file cell.hh.
void neighbor_none::init |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 260 of file cell.hh.
void neighbor_none::init_octahedron |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 262 of file cell.hh.
void neighbor_none::init_tetrahedron |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 264 of file cell.hh.
void neighbor_none::label_facets |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 298 of file cell.hh.
void neighbor_none::neighbors |
( |
ostream & |
os |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 300 of file cell.hh.
void neighbor_none::print |
( |
ostream & |
os, |
|
|
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
This is a blank placeholder function that does nothing.
This routine is a placeholder which just prints the ID of a vertex.
- Parameters:
-
[in] | os | The output stream to write to. |
[in] | i | The ID of a vertex. |
[in] | j | The particular plane of interest (ignored in this routine). |
Definition at line 1809 of file cell.cc.
void neighbor_none::print_edges |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 286 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 270 of file cell.hh.
void neighbor_none::set_aux1 |
( |
int |
k |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 272 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 278 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 266 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 282 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 294 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 284 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 290 of file cell.hh.
The documentation for this class was generated from the following files: