28 #ifndef _math_isosurf_vertex_h
29 #define _math_isosurf_vertex_h
37 #include <util/ref/ref.h>
38 #include <math/scmat/matrix.h>
39 #include <math/isosurf/volume.h>
40 #include <math/isosurf/implicit.h>
53 const SCVector3& point()
const {
return _point; }
54 int has_normal()
const {
return _normal != 0; }
55 const SCVector3& normal()
const {
return *_normal; }
Generated at Wed Jul 24 2013 14:26:55 for MPQC
2.3.1 using the documentation package Doxygen
1.8.3.1.