|
ESyS-Particle
2.3.4
|
representation of a slab of the search array of a NeigborTable More...
#include <nt_block.h>

Public Types | |
| typedef NTBlock_iter< T > | iterator |
| typedef NTBlock_iter< T > | const_iterator |
| typedef T | value_type |
Public Member Functions | |
| NTBlock () | |
| NTBlock (NeighborTable< T > *, int, int, int, int, int, int) | |
| unsigned int | size () |
| iterator | begin () |
| iterator | end () |
| unsigned int | nparts_at_gridpoint (int x, int y, int z) const |
| < number of particles at a given gridpoint More... | |
| T * | ptr (int, int, int, int) |
| T & | ref (int, int, int, int) |
Private Attributes | |
| NeighborTable< T > * | m_table |
| int | m_xmin |
| int | m_xmax |
| int | m_ymin |
| int | m_ymax |
| int | m_zmin |
| int | m_zmax |
Friends | |
| class | NTBlock_iter< T > |
| bool | operator== (const NTBlock &, const NTBlock &) |
| bool | operator!= (const NTBlock &, const NTBlock &) |
| ostream & | operator<< (ostream &, const NTBlock &) |
representation of a slab of the search array of a NeigborTable
| typedef NTBlock_iter<T> NTBlock::const_iterator |
| typedef NTBlock_iter<T> NTBlock::iterator |
| typedef T NTBlock::value_type |
| NTBlock::NTBlock | ( | ) |
| NTBlock::NTBlock | ( | NeighborTable< T > * | , |
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | |||
| ) |
| iterator NTBlock::begin | ( | ) |
Referenced by NeighborTable< DataParticle >::getParticlesNearEdge(), NeighborTable< DataParticle >::getParticlesNearPoint(), NeighborTable< DataParticle >::getParticlesNearTriangle(), and main().

| iterator NTBlock::end | ( | ) |
Referenced by NeighborTable< DataParticle >::getParticlesNearEdge(), NeighborTable< DataParticle >::getParticlesNearPoint(), NeighborTable< DataParticle >::getParticlesNearTriangle(), and main().

|
inline |
< number of particles at a given gridpoint
| T* NTBlock::ptr | ( | int | , |
| int | , | ||
| int | , | ||
| int | |||
| ) |
| T& NTBlock::ref | ( | int | , |
| int | , | ||
| int | , | ||
| int | |||
| ) |
| unsigned int NTBlock::size | ( | ) |
|
friend |
|
friend |
|
private |
Referenced by NTBlock< T >::nparts_at_gridpoint(), operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), and operator==().