|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ geometrie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.ebli.geometrie
Class ReserveGrPoint

java.lang.Objectorg.fudaa.ebli.geometrie.ReserveGrPoint
- public final class ReserveGrPoint
- extends java.lang.Object
Un reservoir d'objet GrPoint
- Version:
- $Id: ReserveGrPoint.java,v 1.2 2002/09/20 17:26:37 deniger Exp $
| Field Summary | |
static ReserveGrPoint |
EBLI
|
static int |
NB
|
private int |
nb_
|
private VecteurGrPoint |
vecteur_
|
| Constructor Summary | |
private |
ReserveGrPoint()
|
| Method Summary | |
GrPoint |
cree()
|
GrPoint |
cree(int _x,
int _y,
int _z)
|
void |
libere(GrPoint _p)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
vecteur_
private VecteurGrPoint vecteur_
nb_
private int nb_
EBLI
public static final ReserveGrPoint EBLI
NB
public static final int NB
- See Also:
- Constant Field Values
| Constructor Detail |
ReserveGrPoint
private ReserveGrPoint()
| Method Detail |
cree
public GrPoint cree(int _x, int _y, int _z)
cree
public GrPoint cree()
libere
public void libere(GrPoint _p)
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ geometrie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.fudaa.ebli.geometrie.ReserveGrPoint