|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Classes | |
| struct | edge_rec_type |
| struct | edge_static_type |
| struct | face_rec_type |
| struct | ring_rec_type |
| struct | point_rec_type |
| struct | anno_rec_type |
Functions | |
| edge_rec_type | create_edge_rec (row_type row, vpf_table_type edge_table) |
| edge_rec_type | read_edge (ossim_int32 id, vpf_table_type edge_table) |
| edge_rec_type | read_next_edge (vpf_table_type edge_table) |
| coordinate_type | first_edge_coordinate (edge_rec_type *edge_rec) |
| coordinate_type | next_edge_coordinate (edge_rec_type *edge_rec) |
| coordinate_type | get_edge_coordinate (ossim_int32 n, edge_rec_type *edge_rec) |
| face_rec_type | read_face (ossim_int32 id, vpf_table_type face_table) |
| face_rec_type | read_next_face (vpf_table_type face_table) |
| ring_rec_type | read_ring (ossim_int32 id, vpf_table_type ring_table) |
| ring_rec_type | read_next_ring (vpf_table_type ring_table) |
| point_rec_type | read_point (ossim_int32 id, vpf_table_type point_table) |
| point_rec_type | read_next_point (vpf_table_type point_table) |
| anno_rec_type | read_anno (ossim_int32 id, vpf_table_type anno_table) |
| anno_rec_type | read_next_anno (vpf_table_type anno_table) |
| edge_rec_type create_edge_rec | ( | row_type | row, |
| vpf_table_type | edge_table | ||
| ) |
| coordinate_type first_edge_coordinate | ( | edge_rec_type * | edge_rec | ) |
| coordinate_type get_edge_coordinate | ( | ossim_int32 | n, |
| edge_rec_type * | edge_rec | ||
| ) |
| coordinate_type next_edge_coordinate | ( | edge_rec_type * | edge_rec | ) |
| anno_rec_type read_anno | ( | ossim_int32 | id, |
| vpf_table_type | anno_table | ||
| ) |
| edge_rec_type read_edge | ( | ossim_int32 | id, |
| vpf_table_type | edge_table | ||
| ) |
| face_rec_type read_face | ( | ossim_int32 | id, |
| vpf_table_type | face_table | ||
| ) |
| anno_rec_type read_next_anno | ( | vpf_table_type | anno_table | ) |
| edge_rec_type read_next_edge | ( | vpf_table_type | edge_table | ) |
| face_rec_type read_next_face | ( | vpf_table_type | face_table | ) |
| point_rec_type read_next_point | ( | vpf_table_type | point_table | ) |
| ring_rec_type read_next_ring | ( | vpf_table_type | ring_table | ) |
| point_rec_type read_point | ( | ossim_int32 | id, |
| vpf_table_type | point_table | ||
| ) |
| ring_rec_type read_ring | ( | ossim_int32 | id, |
| vpf_table_type | ring_table | ||
| ) |
1.8.14