28#ifndef _math_isosurf_edge_h
29#define _math_isosurf_edge_h
33#include <math/isosurf/vertex.h>
47 _vertices[0]=p1; _vertices[1]=p2;
57 int order()
const {
return _order; }
58 double straight_length();
62 return i?_vertices[_order]:_vertices[0];
71 void set_order(
int order,
const Ref<Volume>&vol,
double isovalue);
The base class for all reference counted objects.
Definition ref.h:192
A template class that maintains references counts.
Definition ref.h:361
a 3-element version of SCVector
Definition vector3.h:44
Contains all MPQC code up to version 3.
Definition mpqcin.h:14