#include <node.hh>
Inheritance diagram for oln::snakes::node< I >:


Public Types | |
| typedef I::point_type | point_type |
| typedef I::dpoint_type | dpoint_type |
Public Member Functions | |
| node (point_type point) | |
| ntg::float_s | energy (const I &gradient, point_type prev, point_type next) const |
Friends | |
| std::ostream & | operator<< (std::ostream &, const node &) |
| Print the position of a node n. | |
Definition at line 42 of file snakes/node.hh.
|
||||||||||||||||||||
|
Return the energy
Definition at line 37 of file node.hxx.
00038 {
00039 return 42; // FIXME: compute the real value.
00040 }
|
1.3.6-20040222