cgma
VertexStuff Class Reference

#include <FBStructs.hpp>

List of all members.

Public Member Functions

 VertexStuff (int vert, int vert_type, double p_coord, double s_coord)
 ~VertexStuff ()

Public Attributes

int v0
int v0type
double p_dir_coord
double s_dir_coord
std::vector< FB_Edge * > edge_list

Detailed Description

Definition at line 140 of file FBStructs.hpp.


Constructor & Destructor Documentation

VertexStuff::VertexStuff ( int  vert,
int  vert_type,
double  p_coord,
double  s_coord 
) [inline]

Definition at line 143 of file FBStructs.hpp.

  {  v0 = vert;
     v0type = vert_type;
     p_dir_coord = p_coord;
     s_dir_coord = s_coord; 
  }

Definition at line 150 of file FBStructs.hpp.

                 {
    edge_list.clear();
  }

Member Data Documentation

Definition at line 158 of file FBStructs.hpp.

Definition at line 156 of file FBStructs.hpp.

Definition at line 156 of file FBStructs.hpp.

Definition at line 154 of file FBStructs.hpp.

Definition at line 155 of file FBStructs.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines