Representation of three vertex indices, eg a triangle. More...
Go to the source code of this file.
Classes | |
class | mmn_triplet |
Representation of three vertex indices, eg a triangle. More... | |
Functions | |
bool | operator== (const mmn_triplet &t1, const mmn_triplet &t2) |
bool | operator!= (const mmn_triplet &t1, const mmn_triplet &t2) |
vcl_ostream & | operator<< (vcl_ostream &os, const mmn_triplet &t) |
void | vsl_b_write (vsl_b_ostream &bfs, const mmn_triplet &t) |
void | vsl_b_read (vsl_b_istream &bfs, mmn_triplet &t) |
void | vsl_b_write (vsl_b_ostream &bfs, const vcl_vector< mmn_triplet > &a) |
void | vsl_b_read (vsl_b_istream &bfs, vcl_vector< mmn_triplet > &a) |
Representation of three vertex indices, eg a triangle.
Definition in file mmn_triplet.h.
bool operator!= | ( | const mmn_triplet & | t1, |
const mmn_triplet & | t2 | ||
) | [inline] |
Definition at line 74 of file mmn_triplet.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const mmn_triplet & | t | ||
) | [inline] |
Definition at line 77 of file mmn_triplet.h.
bool operator== | ( | const mmn_triplet & | t1, |
const mmn_triplet & | t2 | ||
) | [inline] |
Definition at line 51 of file mmn_triplet.h.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
mmn_triplet & | t | ||
) | [inline] |
Definition at line 89 of file mmn_triplet.h.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
vcl_vector< mmn_triplet > & | a | ||
) | [inline] |
Definition at line 104 of file mmn_triplet.h.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const mmn_triplet & | t | ||
) | [inline] |
Definition at line 82 of file mmn_triplet.h.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const vcl_vector< mmn_triplet > & | a | ||
) | [inline] |
Definition at line 96 of file mmn_triplet.h.