Classes | Typedefs
contrib/gel/vtol/vtol_topology_object.h File Reference

base class for topology objects More...

#include <vtol/vtol_topology_object_sptr.h>
#include <vsol/vsol_spatial_object_2d.h>
#include <vcl_vector.h>
#include <vcl_list.h>
#include <vcl_iosfwd.h>
#include <vtol/vtol_vertex_sptr.h>
#include <vtol/vtol_zero_chain_sptr.h>
#include <vtol/vtol_edge_sptr.h>
#include <vtol/vtol_one_chain_sptr.h>
#include <vtol/vtol_face_sptr.h>
#include <vtol/vtol_two_chain_sptr.h>
#include <vtol/vtol_block_sptr.h>
#include <vtol/vtol_chain_sptr.h>

Go to the source code of this file.

Classes

class  vtol_topology_object
 Base class for topology objects. More...

Typedefs

typedef vcl_vector
< vtol_topology_object_sptr
topology_list
typedef vcl_vector
< vtol_vertex_sptr
vertex_list
typedef vcl_vector
< vtol_zero_chain_sptr
zero_chain_list
typedef vcl_vector
< vtol_edge_sptr
edge_list
typedef vcl_vector
< vtol_one_chain_sptr
one_chain_list
typedef vcl_vector
< vtol_face_sptr
face_list
typedef vcl_vector
< vtol_two_chain_sptr
two_chain_list
typedef vcl_vector
< vtol_block_sptr
block_list
typedef vcl_vector
< vtol_chain_sptr
chain_list

Detailed Description

base class for topology objects

Author:
Patricia A. Vrobel.

Definition in file vtol_topology_object.h.


Typedef Documentation

typedef vcl_vector<vtol_block_sptr> block_list

Definition at line 32 of file vtol_topology_object.h.

typedef vcl_vector<vtol_chain_sptr> chain_list

Definition at line 33 of file vtol_topology_object.h.

typedef vcl_vector<vtol_edge_sptr> edge_list

Definition at line 28 of file vtol_topology_object.h.

typedef vcl_vector<vtol_face_sptr> face_list

Definition at line 30 of file vtol_topology_object.h.

typedef vcl_vector<vtol_one_chain_sptr> one_chain_list

Definition at line 29 of file vtol_topology_object.h.

Definition at line 22 of file vtol_topology_object.h.

typedef vcl_vector<vtol_two_chain_sptr> two_chain_list

Definition at line 31 of file vtol_topology_object.h.

typedef vcl_vector<vtol_vertex_sptr> vertex_list

Definition at line 26 of file vtol_topology_object.h.

Definition at line 27 of file vtol_topology_object.h.