Class contour_line (o2scl)¶
-
class
o2scl
::
contour_line
¶ A contour line.
The contour lines generated by the o2scl::contour class are given as objects of this type.
- Idea for Future:
Make this a subclass of o2scl::contour ? (12/12/16 Maybe not, as it is a generic concept which can be computed outside the o2scl::contour class.)
Public Functions
-
contour_line
()¶ Create an empty line.
-
contour_line
(const contour_line &c)¶ Copy constructor.
-
contour_line &
operator=
(const contour_line &c)¶ Copy constructor with operator=()