Uses of Class
biopb.image.Point
Packages that use Point
-
Uses of Point in biopb.image
Methods in biopb.image that return PointModifier and TypeMethodDescriptionPoint.Builder.build()Point.Builder.buildPartial()Rectangle.Builder.getBottomRight().biopb.image.Point bottom_right = 2;Rectangle.getBottomRight().biopb.image.Point bottom_right = 2;RectangleOrBuilder.getBottomRight().biopb.image.Point bottom_right = 2;Ellipse.Builder.getCenter().biopb.image.Point center = 1;Ellipse.getCenter().biopb.image.Point center = 1;EllipseOrBuilder.getCenter().biopb.image.Point center = 1;static PointPoint.getDefaultInstance()Point.Builder.getDefaultInstanceForType()Point.getDefaultInstanceForType()Mesh.Face.Builder.getNormals(int index) Optionally one can cache the computed normal vectors hereMesh.Face.getNormals(int index) Optionally one can cache the computed normal vectors hereMesh.FaceOrBuilder.getNormals(int index) Optionally one can cache the computed normal vectors hereROI.Builder.getPoint().biopb.image.Point point = 1;ROI.getPoint().biopb.image.Point point = 1;ROIOrBuilder.getPoint().biopb.image.Point point = 1;Polygon.Builder.getPoints(int index) repeated .biopb.image.Point points = 1;Polygon.getPoints(int index) repeated .biopb.image.Point points = 1;PolygonOrBuilder.getPoints(int index) repeated .biopb.image.Point points = 1;Ellipse.Builder.getRadius()If the `center`` has no z field, neither should `radius`Ellipse.getRadius()If the `center`` has no z field, neither should `radius`EllipseOrBuilder.getRadius()If the `center`` has no z field, neither should `radius`Rectangle.Builder.getTopLeft().biopb.image.Point top_left = 1;Rectangle.getTopLeft().biopb.image.Point top_left = 1;RectangleOrBuilder.getTopLeft().biopb.image.Point top_left = 1;Mesh.Builder.getVerts(int index) All vertices of the meshMesh.getVerts(int index) All vertices of the meshMeshOrBuilder.getVerts(int index) All vertices of the meshstatic PointPoint.parseDelimitedFrom(InputStream input) static PointPoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(byte[] data) static PointPoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(com.google.protobuf.ByteString data) static PointPoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(com.google.protobuf.CodedInputStream input) static PointPoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(InputStream input) static PointPoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(ByteBuffer data) static PointPoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.image that return types with arguments of type PointModifier and TypeMethodDescriptionMesh.Face.Builder.getNormalsList()Optionally one can cache the computed normal vectors hereMesh.Face.getNormalsList()Optionally one can cache the computed normal vectors hereMesh.FaceOrBuilder.getNormalsList()Optionally one can cache the computed normal vectors herecom.google.protobuf.Parser<Point>Point.getParserForType()Polygon.Builder.getPointsList()repeated .biopb.image.Point points = 1;Polygon.getPointsList()repeated .biopb.image.Point points = 1;PolygonOrBuilder.getPointsList()repeated .biopb.image.Point points = 1;Mesh.Builder.getVertsList()All vertices of the meshMesh.getVertsList()All vertices of the meshMeshOrBuilder.getVertsList()All vertices of the meshstatic com.google.protobuf.Parser<Point>Point.parser()Methods in biopb.image with parameters of type PointModifier and TypeMethodDescriptionMesh.Face.Builder.addNormals(int index, Point value) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.addNormals(Point value) Optionally one can cache the computed normal vectors hererepeated .biopb.image.Point points = 1;repeated .biopb.image.Point points = 1;All vertices of the meshAll vertices of the meshRectangle.Builder.mergeBottomRight(Point value) .biopb.image.Point bottom_right = 2;Ellipse.Builder.mergeCenter(Point value) .biopb.image.Point center = 1;ROI.Builder.mergePoint(Point value) .biopb.image.Point point = 1;Ellipse.Builder.mergeRadius(Point value) If the `center`` has no z field, neither should `radius`Rectangle.Builder.mergeTopLeft(Point value) .biopb.image.Point top_left = 1;static Point.BuilderPoint.newBuilder(Point prototype) Rectangle.Builder.setBottomRight(Point value) .biopb.image.Point bottom_right = 2;.biopb.image.Point center = 1;Mesh.Face.Builder.setNormals(int index, Point value) Optionally one can cache the computed normal vectors here.biopb.image.Point point = 1;repeated .biopb.image.Point points = 1;If the `center`` has no z field, neither should `radius`Rectangle.Builder.setTopLeft(Point value) .biopb.image.Point top_left = 1;All vertices of the meshMethod parameters in biopb.image with type arguments of type PointModifier and TypeMethodDescriptionMesh.Face.Builder.addAllNormals(Iterable<? extends Point> values) Optionally one can cache the computed normal vectors herePolygon.Builder.addAllPoints(Iterable<? extends Point> values) repeated .biopb.image.Point points = 1;Mesh.Builder.addAllVerts(Iterable<? extends Point> values) All vertices of the mesh