![]() |
aimsalgo
5.1.2
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.
|
inlinevirtual |
Definition at line 98 of file facet.h.
References _pNeighbor.
|
inline |
int Facet::getNeighbor | ( | const aims::Connectivity & | connect, |
Facet ** | pNeighor | ||
) | const |
|
inline |
Definition at line 62 of file facet.h.
Referenced by operator<<().
|
inline |
|
inline |
Definition at line 53 of file facet.h.
Referenced by operator<<().
|
inline |
Definition at line 74 of file facet.h.
Referenced by operator<<(), and setNeighbor().
|
inline |
Definition at line 59 of file facet.h.
Referenced by operator<<().
|
inline |
Definition at line 70 of file facet.h.
Referenced by operator<<(), and setNeighbor().
|
inline |
Definition at line 123 of file facet.h.
References _nNeighbor, _pNeighbor, nNeighbor(), and pNeighbor().
|
inline |
Definition at line 136 of file facet.h.
References _nNeighbor, _pNeighbor, and nNeighbor().
|
inline |
Definition at line 56 of file facet.h.
Referenced by operator<<().
|
protected |
Definition at line 81 of file facet.h.
Referenced by Facet(), and setNeighbor().
|
protected |
Definition at line 82 of file facet.h.
Referenced by Facet(), setNeighbor(), and ~Facet().
|
protected |