#include <surface_prop.hh>
Public Member Functions | |
SurfaceVertex () | |
SurfaceVertex (const geom::Vec3 &pos, const geom::Vec3 &norm, int t, const AtomHandle &a=AtomHandle()) | |
bool | operator== (const SurfaceVertex &rhs) const |
bool | operator!= (const SurfaceVertex &rhs) const |
Data Fields | |
geom::Vec3 | position |
geom::Vec3 | normal |
int | type |
AtomHandle | atom |
Definition at line 32 of file surface_prop.hh.
SurfaceVertex | ( | ) | [inline] |
Definition at line 33 of file surface_prop.hh.
SurfaceVertex | ( | const geom::Vec3 & | pos, | |
const geom::Vec3 & | norm, | |||
int | t, | |||
const AtomHandle & | a = AtomHandle() | |||
) | [inline] |
Definition at line 34 of file surface_prop.hh.
bool operator!= | ( | const SurfaceVertex & | rhs | ) | const [inline] |
Definition at line 47 of file surface_prop.hh.
bool operator== | ( | const SurfaceVertex & | rhs | ) | const [inline] |
Definition at line 44 of file surface_prop.hh.
Definition at line 53 of file surface_prop.hh.
Definition at line 51 of file surface_prop.hh.
Definition at line 50 of file surface_prop.hh.
int type |
Definition at line 52 of file surface_prop.hh.