28#ifndef _math_isosurf_vertex_h
29#define _math_isosurf_vertex_h
33#include <util/ref/ref.h>
34#include <math/scmat/matrix.h>
35#include <math/isosurf/volume.h>
36#include <math/isosurf/implicit.h>
49 const SCVector3& point()
const {
return _point; }
50 int has_normal()
const {
return _normal != 0; }
51 const SCVector3& normal()
const {
return *_normal; }
static std::ostream & out0()
Return an ostream that writes from node 0.
The base class for all reference counted objects.
Definition ref.h:192
a 3-element version of SCVector
Definition vector3.h:44
Contains all MPQC code up to version 3.
Definition mpqcin.h:14