![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <aims/mesh/facet.h>

Public Member Functions | |
| Facet () | |
| virtual | ~Facet () |
| uint | key () const |
| bool | equal (const Facet &other) const |
| Point3d & | location () |
| const Point3d & | location () const |
| byte & | type () |
| byte | type () const |
| short *& | offset () |
| short * | offset () const |
| uint & | id () |
| uint | id () const |
| void | setNeighbor (Facet **pNeighor, int nNeighbor) |
| void | setNeighbor (int nNeighbor) |
| int | getNeighbor (const aims::Connectivity &connect, Facet **pNeighor) const |
| Facet *& | pNeighbor (int index) |
| const Facet *& | pNeighbor (int index) const |
| int | nNeighbor () const |
Protected Attributes | |
| Point3d | _location |
| byte | _type |
| int | _nNeighbor |
| Facet ** | _pNeighbor |
| uint | _id |
| short * | _offset |
|
inline |
Definition at line 90 of file facet.h.
References _nNeighbor, and _pNeighbor.
Referenced by equal(), getNeighbor(), pNeighbor(), pNeighbor(), setNeighbor(), and setNeighbor().
|
inlinevirtual |
Definition at line 98 of file facet.h.
References _pNeighbor.
|
inline |
| int Facet::getNeighbor | ( | const aims::Connectivity & | connect, |
| Facet ** | pNeighor ) const |
References Facet().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 74 of file facet.h.
References _nNeighbor.
Referenced by operator<<(), setNeighbor(), and setNeighbor().
|
inline |
|
inline |
Definition at line 70 of file facet.h.
References _pNeighbor, and Facet().
Referenced by operator<<(), and setNeighbor().
|
inline |
Definition at line 71 of file facet.h.
References _pNeighbor, and Facet().
|
inline |
Definition at line 123 of file facet.h.
References _nNeighbor, _pNeighbor, Facet(), nNeighbor(), and pNeighbor().
|
inline |
Definition at line 136 of file facet.h.
References _nNeighbor, _pNeighbor, Facet(), and nNeighbor().
|
inline |
|
protected |
Definition at line 78 of file facet.h.
Referenced by key(), location(), and location().
|
protected |
Definition at line 81 of file facet.h.
Referenced by Facet(), nNeighbor(), setNeighbor(), and setNeighbor().
|
protected |
|
protected |
Definition at line 82 of file facet.h.
Referenced by Facet(), pNeighbor(), pNeighbor(), setNeighbor(), setNeighbor(), and ~Facet().
|
protected |