mesh::Point Class Reference

#include <point.h>

Inheritance diagram for mesh::Point:

Inheritance graph
[legend]
Collaboration diagram for mesh::Point:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Point (int id, double x, double y, double z)
Vector3get_coord ()

Private Attributes

Vector3 _coord

Detailed Description

Point/node in a tetrahedral mesh.
Author:
Roman Geus

Definition at line 31 of file point.h.


Constructor & Destructor Documentation

mesh::Point::Point ( int  id,
double  x,
double  y,
double  z 
)

Point constructor

Definition at line 22 of file point.cpp.

References _coord.


Member Function Documentation

Vector3& mesh::Point::get_coord (  )  [inline]

Return reference to Vector3 holding the x-, y- and z-coordinates.

Definition at line 37 of file point.h.

References _coord.

Referenced by mesh::Tet::CoordinateMatrix::CoordinateMatrix(), postprocess::VtkExport::export_mesh(), NedelecElement::get_AeMe(), mesh::TetMesh::get_bounding_box(), mesh::Tet::get_bounding_box(), and NedelecElement::surface_integral_curl().


Member Data Documentation

Vector3 mesh::Point::_coord [private]

x-, y- and z-coordinates of point.

Definition at line 41 of file point.h.

Referenced by get_coord(), and Point().


The documentation for this class was generated from the following files:
Generated on Fri Oct 26 13:35:17 2007 for FEMAXX (Finite Element Maxwell Eigensolver) by  doxygen 1.4.7