cgma
FB_Coord Class Reference

#include <FBStructs.hpp>

List of all members.

Public Member Functions

 FB_Coord (double x, double y, double z)
 ~FB_Coord ()

Public Attributes

double coord [3]
bool is_on_boundary

Detailed Description

Definition at line 47 of file FBStructs.hpp.


Constructor & Destructor Documentation

FB_Coord::FB_Coord ( double  x,
double  y,
double  z 
) [inline]

Definition at line 50 of file FBStructs.hpp.

                                          {
     coord[0] = x; coord[1] = y; coord[2] = z;
     is_on_boundary = false;
   }
FB_Coord::~FB_Coord ( ) [inline]

Definition at line 54 of file FBStructs.hpp.

{  }

Member Data Documentation

double FB_Coord::coord[3]

Definition at line 55 of file FBStructs.hpp.

Definition at line 56 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