Defines | Typedefs | Functions
contrib/gel/vtol/algo/vtol_extract_topology.txx File Reference
#include "vtol_extract_topology.h"
#include <vcl_iosfwd.h>
#include <vcl_cassert.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_vector_2d.h>
#include <vgl/algo/vgl_line_2d_regression.h>
#include <vtol/vtol_vertex_2d.h>
#include <vtol/vtol_edge_2d.h>
#include <vtol/vtol_edge_2d_sptr.h>
#include <vtol/vtol_intensity_face.h>
#include <vsol/vsol_curve_2d_sptr.h>
#include <vdgl/vdgl_edgel.h>
#include <vdgl/vdgl_edgel_chain.h>
#include <vdgl/vdgl_interpolator_linear.h>
#include <vdgl/vdgl_digital_curve.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Defines

#define vtol_extract_topology_txx_
#define DBG(x)   x;

Typedefs

typedef
vtol_extract_topology_vertex_node 
vertex_node

Functions

const unsigned
vtol_extract_topology_vertex_node::null_index 
VCL_STATIC_CONST_INIT_INT_DEFN (unsigned(-2))
const unsigned
vtol_extract_topology_vertex_node::done_index 
VCL_STATIC_CONST_INIT_INT_DEFN (unsigned(-1))

Detailed Description

Definition in file vtol_extract_topology.txx.


Define Documentation

#define DBG (   x)    x;

Definition at line 29 of file vtol_extract_topology.txx.

#define vtol_extract_topology_txx_

Definition at line 2 of file vtol_extract_topology.txx.


Typedef Documentation

Definition at line 38 of file vtol_extract_topology.txx.


Function Documentation

const unsigned vtol_extract_topology_vertex_node::null_index VCL_STATIC_CONST_INIT_INT_DEFN ( unsigned(-2)  )
const unsigned vtol_extract_topology_vertex_node::done_index VCL_STATIC_CONST_INIT_INT_DEFN ( unsigned(-1)  )