public class Cells
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
MAX_POINT_CELLS |
Constructor and Description |
---|
Cells(int i,
int j,
double pos_x,
double pos_y) |
Modifier and Type | Method and Description |
---|---|
int |
GetIndex_i() |
int |
GetIndex_j() |
int |
GetNumPoint() |
boolean |
IsValidated() |
void |
SetNumPoint(int n) |
void |
SetUnvalid() |
void |
SetValid() |
void |
ValueByMedian() |
public int GetIndex_i()
public int GetIndex_j()
public int GetNumPoint()
public void SetNumPoint(int n)
public void SetValid()
public void SetUnvalid()
public boolean IsValidated()
public void ValueByMedian()
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.