OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Classes | Functions
vpfprim.h File Reference

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)
 

Function Documentation

◆ create_edge_rec()

edge_rec_type create_edge_rec ( row_type  row,
vpf_table_type  edge_table 
)

◆ first_edge_coordinate()

coordinate_type first_edge_coordinate ( edge_rec_type edge_rec)

◆ get_edge_coordinate()

coordinate_type get_edge_coordinate ( ossim_int32  n,
edge_rec_type edge_rec 
)

◆ next_edge_coordinate()

coordinate_type next_edge_coordinate ( edge_rec_type edge_rec)

◆ read_anno()

anno_rec_type read_anno ( ossim_int32  id,
vpf_table_type  anno_table 
)

◆ read_edge()

edge_rec_type read_edge ( ossim_int32  id,
vpf_table_type  edge_table 
)

◆ read_face()

face_rec_type read_face ( ossim_int32  id,
vpf_table_type  face_table 
)

◆ read_next_anno()

anno_rec_type read_next_anno ( vpf_table_type  anno_table)

◆ read_next_edge()

edge_rec_type read_next_edge ( vpf_table_type  edge_table)

◆ read_next_face()

face_rec_type read_next_face ( vpf_table_type  face_table)

◆ read_next_point()

point_rec_type read_next_point ( vpf_table_type  point_table)

◆ read_next_ring()

ring_rec_type read_next_ring ( vpf_table_type  ring_table)

◆ read_point()

point_rec_type read_point ( ossim_int32  id,
vpf_table_type  point_table 
)

◆ read_ring()

ring_rec_type read_ring ( ossim_int32  id,
vpf_table_type  ring_table 
)