#include <imesh_vertex.h>
Definition at line 49 of file imesh_vertex.h.
Public Member Functions | |
| imesh_vertex () | |
| Default Constructor. | |
| imesh_vertex (double x, double y) | |
| Constructor (from 2 doubles). | |
| imesh_vertex (const vgl_point_2d< double > &pt) | |
| Constructor (from vgl point). | |
| operator vgl_point_2d () const | |
| convert to a vgl point. | |
| imesh_vertex (const vcl_vector< double > &coords) | |
| Constructor from a vector. | |
| unsigned int | dim () const |
| return the dimension of the vertex. | |
| double | operator[] (unsigned int i) const |
| Accessor. | |
| double & | operator[] (unsigned int i) |
Protected Attributes | |
| double | coords_ [2] |
| imesh_vertex< 2 >::imesh_vertex | ( | ) | [inline] |
| imesh_vertex< 2 >::imesh_vertex | ( | double | x, | |
| double | y | |||
| ) | [inline] |
| imesh_vertex< 2 >::imesh_vertex | ( | const vgl_point_2d< double > & | pt | ) | [inline] |
| imesh_vertex< 2 >::imesh_vertex | ( | const vcl_vector< double > & | coords | ) | [inline] |
| imesh_vertex< 2 >::operator vgl_point_2d | ( | ) | const [inline] |
| unsigned int imesh_vertex< 2 >::dim | ( | ) | const [inline] |
| double imesh_vertex< 2 >::operator[] | ( | unsigned int | i | ) | const [inline] |
| double& imesh_vertex< 2 >::operator[] | ( | unsigned int | i | ) | [inline] |
Definition at line 84 of file imesh_vertex.h.
double imesh_vertex< 2 >::coords_[2] [protected] |
Definition at line 87 of file imesh_vertex.h.
1.5.1