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

Face Class Reference

#include <Maille.hpp>

Inheritance diagram for Face::

FaceC List of all members.

Public Methods

 Face (int *d=NULL, UINT c=0)
virtual UINT count ()
virtual UINT size ()=0
int AIni ()
int AFin ()

Public Attributes

intdata
UINT int card

Constructor & Destructor Documentation

Face::Face int   d = NULL,
UINT    c = 0
[inline]
 

Definition at line 54 of file Maille.hpp.

00054 : data(d), card(c) { }


Member Function Documentation

int Face::AFin   [inline]
 

Definition at line 66 of file Maille.hpp.

00066              { 
00067     return ( (data != NULL) ? data[count() - 1 ] : (-1) ); 
00068   }

int Face::AIni   [inline]
 

Definition at line 62 of file Maille.hpp.

00062              { 
00063     return ( (data != NULL) ? data[   0   ]      : (-1) ); 
00064   }

virtual UINT Face::count   [inline, virtual]
 

Definition at line 56 of file Maille.hpp.

Referenced by operator<<().

00056                        { 
00057     return card; 
00058   }

virtual UINT Face::size   [pure virtual]
 

Reimplemented in FaceC.


Member Data Documentation

UINT int Face::card
 

Definition at line 52 of file Maille.hpp.

int* Face::data
 

Definition at line 51 of file Maille.hpp.

Referenced by operator<<().


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