|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlcmtypes.obstacle_t
public class obstacle_t
Field Summary | |
---|---|
static int |
LCM_FINGERPRINT
|
long |
num_points
|
double[] |
x
|
double[] |
y
|
Constructor Summary | |
---|---|
obstacle_t()
|
|
obstacle_t(java.io.DataInputStream ins)
|
Method Summary | |
---|---|
obstacle_t |
copy()
|
int |
decode(java.io.DataInputStream ins)
|
int |
encode(java.io.DataOutputStream outs)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long num_points
public double[] x
public double[] y
public static final int LCM_FINGERPRINT
Constructor Detail |
---|
public obstacle_t()
public obstacle_t(java.io.DataInputStream ins) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int encode(java.io.DataOutputStream outs) throws java.io.IOException
encode
in interface LCEncodable
java.io.IOException
public int decode(java.io.DataInputStream ins) throws java.io.IOException
java.io.IOException
public obstacle_t copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |