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 248 of file cell.hh.
Constructor & Destructor Documentation
This is a blank constructor.
Definition at line 251 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 255 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 257 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 253 of file cell.hh.
void neighbor_none::allocate_aux1 |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 287 of file cell.hh.
void neighbor_none::check_facets |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 301 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 267 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 273 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 275 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 279 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 291 of file cell.hh.
void neighbor_none::init |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 259 of file cell.hh.
void neighbor_none::init_octahedron |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 261 of file cell.hh.
void neighbor_none::init_tetrahedron |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 263 of file cell.hh.
void neighbor_none::label_facets |
( |
|
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 297 of file cell.hh.
void neighbor_none::neighbors |
( |
ostream & |
os |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 299 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 1779 of file cell.cc.
void neighbor_none::print_edges |
( |
int |
i |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 285 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 269 of file cell.hh.
void neighbor_none::set_aux1 |
( |
int |
k |
) |
[inline] |
This is a blank placeholder function that does nothing.
Definition at line 271 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 277 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 265 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 281 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 293 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 283 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 289 of file cell.hh.
The documentation for this class was generated from the following files: