RTC
Class PointCloudPoint

java.lang.Object
  extended by RTC.PointCloudPoint
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class PointCloudPoint
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

RTC/PointCloudPoint.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/InterfaceDataTypes.idl Thursday, March 3, 2011 3:01:42 PM JST

See Also:
Serialized Form

Field Summary
 RGBColour colour
           
 Point3D point
           
 
Constructor Summary
PointCloudPoint()
           
PointCloudPoint(Point3D _point, RGBColour _colour)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

public Point3D point

colour

public RGBColour colour
Constructor Detail

PointCloudPoint

public PointCloudPoint()

PointCloudPoint

public PointCloudPoint(Point3D _point,
                       RGBColour _colour)