Package edu.wpi.first.math.proto
Class Geometry3D.ProtobufTranslation3d
java.lang.Object
us.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
edu.wpi.first.math.proto.Geometry3D.ProtobufTranslation3d
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- Geometry3D
public static final class Geometry3D.ProtobufTranslation3d extends us.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d> implements Cloneable
Protobuf type
ProtobufTranslation3d
-
Field Summary
-
Method Summary
Modifier and Type Method Description Geometry3D.ProtobufTranslation3d
clear()
Geometry3D.ProtobufTranslation3d
clearQuick()
Geometry3D.ProtobufTranslation3d
clearX()
optional double x = 1;
Geometry3D.ProtobufTranslation3d
clearY()
optional double y = 2;
Geometry3D.ProtobufTranslation3d
clearZ()
optional double z = 3;
Geometry3D.ProtobufTranslation3d
clone()
protected int
computeSerializedSize()
Geometry3D.ProtobufTranslation3d
copyFrom(Geometry3D.ProtobufTranslation3d other)
boolean
equals(Object o)
static us.hebi.quickbuf.Descriptors.Descriptor
getDescriptor()
static us.hebi.quickbuf.MessageFactory<Geometry3D.ProtobufTranslation3d>
getFactory()
double
getX()
optional double x = 1;
double
getY()
optional double y = 2;
double
getZ()
optional double z = 3;
boolean
hasX()
optional double x = 1;
boolean
hasY()
optional double y = 2;
boolean
hasZ()
optional double z = 3;
boolean
isEmpty()
Geometry3D.ProtobufTranslation3d
mergeFrom(Geometry3D.ProtobufTranslation3d other)
Geometry3D.ProtobufTranslation3d
mergeFrom(us.hebi.quickbuf.JsonSource input)
Geometry3D.ProtobufTranslation3d
mergeFrom(us.hebi.quickbuf.ProtoSource input)
static Geometry3D.ProtobufTranslation3d
newInstance()
static Geometry3D.ProtobufTranslation3d
parseFrom(byte[] data)
static Geometry3D.ProtobufTranslation3d
parseFrom(us.hebi.quickbuf.JsonSource input)
static Geometry3D.ProtobufTranslation3d
parseFrom(us.hebi.quickbuf.ProtoSource input)
Geometry3D.ProtobufTranslation3d
setX(double value)
optional double x = 1;
Geometry3D.ProtobufTranslation3d
setY(double value)
optional double y = 2;
Geometry3D.ProtobufTranslation3d
setZ(double value)
optional double z = 3;
void
writeTo(us.hebi.quickbuf.JsonSink output)
void
writeTo(us.hebi.quickbuf.ProtoSink output)
Methods inherited from class us.hebi.quickbuf.ProtoMessage
bytesDefaultValue, checkInitialized, getCachedSize, getMissingFields, getMissingFields, getMissingFields, getMissingFields, getSerializedSize, getUnknownBytes, hashCode, isInitialized, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, rethrowFromParent, toByteArray, toByteArray, toByteArray, toString, writeDelimitedTo
-
Method Details
-
newInstance
- Returns:
- a new empty instance of
ProtobufTranslation3d
-
hasX
optional double x = 1;
- Returns:
- whether the x field is set
-
clearX
optional double x = 1;
- Returns:
- this
-
getX
optional double x = 1;
- Returns:
- the x
-
setX
optional double x = 1;
- Parameters:
value
- the x to set- Returns:
- this
-
hasY
optional double y = 2;
- Returns:
- whether the y field is set
-
clearY
optional double y = 2;
- Returns:
- this
-
getY
optional double y = 2;
- Returns:
- the y
-
setY
optional double y = 2;
- Parameters:
value
- the y to set- Returns:
- this
-
hasZ
optional double z = 3;
- Returns:
- whether the z field is set
-
clearZ
optional double z = 3;
- Returns:
- this
-
getZ
optional double z = 3;
- Returns:
- the z
-
setZ
optional double z = 3;
- Parameters:
value
- the z to set- Returns:
- this
-
copyFrom
- Specified by:
copyFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
mergeFrom
- Overrides:
mergeFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
clear
- Specified by:
clear
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
clearQuick
- Overrides:
clearQuick
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
equals
- Specified by:
equals
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
writeTo
- Specified by:
writeTo
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
- Throws:
IOException
-
computeSerializedSize
- Specified by:
computeSerializedSize
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
mergeFrom
public Geometry3D.ProtobufTranslation3d mergeFrom(us.hebi.quickbuf.ProtoSource input) throws IOException- Specified by:
mergeFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
- Throws:
IOException
-
writeTo
- Overrides:
writeTo
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
- Throws:
IOException
-
mergeFrom
public Geometry3D.ProtobufTranslation3d mergeFrom(us.hebi.quickbuf.JsonSource input) throws IOException- Overrides:
mergeFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
- Throws:
IOException
-
clone
- Specified by:
clone
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
isEmpty
- Overrides:
isEmpty
in classus.hebi.quickbuf.ProtoMessage<Geometry3D.ProtobufTranslation3d>
-
parseFrom
public static Geometry3D.ProtobufTranslation3d parseFrom(byte[] data) throws us.hebi.quickbuf.InvalidProtocolBufferException- Throws:
us.hebi.quickbuf.InvalidProtocolBufferException
-
parseFrom
public static Geometry3D.ProtobufTranslation3d parseFrom(us.hebi.quickbuf.ProtoSource input) throws IOException- Throws:
IOException
-
parseFrom
public static Geometry3D.ProtobufTranslation3d parseFrom(us.hebi.quickbuf.JsonSource input) throws IOException- Throws:
IOException
-
getFactory
- Returns:
- factory for creating ProtobufTranslation3d messages
-
getDescriptor
- Returns:
- this type's descriptor.
-