Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

Sommet2D Struct Reference

#include <Model.hpp>

Inheritance diagram for Sommet2D::

Sommet3D Sommet3DH List of all members.

Public Methods

 Sommet2D ()
 Sommet2D (realtype X, realtype Y)
 Sommet2D (const Sommet2D &s)
const Sommet2D & operator= (const Sommet2D &v)

Public Attributes

realtype x
realtype y

Constructor & Destructor Documentation

Sommet2D::Sommet2D   [inline]
 

Definition at line 39 of file Sommet.hpp.

00039 : x( 0.0 ), y( 0.0 ) { }

Sommet2D::Sommet2D realtype    X,
realtype    Y
[inline]
 

Definition at line 40 of file Sommet.hpp.

00040 : x(  X  ), y(  Y  ) { }

Sommet2D::Sommet2D const Sommet2D &    s [inline]
 

Definition at line 41 of file Sommet.hpp.

00041 : x( s.x ), y( s.y ) { }


Member Function Documentation

const Sommet2D & Sommet2D::operator= const Sommet2D &    v
 

Reimplemented in Sommet3D, and Sommet3DH.

Definition at line 12 of file Sommet.cpp.

00013 {
00014   x = v.x;
00015   y = v.y;
00016   return *this;
00017 }


Member Data Documentation

realtype Sommet2D::x
 

Reimplemented in Sommet3D, and Sommet3DH.

Definition at line 37 of file Sommet.hpp.

Referenced by operator<<(), Sommet3DH::operator=(), Sommet3D::operator=(), and operator>>().

realtype Sommet2D::y
 

Reimplemented in Sommet3D, and Sommet3DH.

Definition at line 37 of file Sommet.hpp.

Referenced by operator<<(), Sommet3DH::operator=(), Sommet3D::operator=(), and operator>>().


The documentation for this struct was generated from the following files:
Generated on Sun Oct 14 18:49:48 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001