Uses of Interface
biopb.image.PointOrBuilder
Packages that use PointOrBuilder
-
Uses of PointOrBuilder in biopb.image
Classes in biopb.image that implement PointOrBuilderModifier and TypeClassDescriptionfinal class/////////// ROI classes are desgined roughly after OME-XML's related datatypes, but with a emphasis on 3D datastatic final class/////////// ROI classes are desgined roughly after OME-XML's related datatypes, but with a emphasis on 3D dataMethods in biopb.image that return PointOrBuilderModifier and TypeMethodDescriptionRectangle.Builder.getBottomRightOrBuilder().biopb.image.Point bottom_right = 2;Rectangle.getBottomRightOrBuilder().biopb.image.Point bottom_right = 2;RectangleOrBuilder.getBottomRightOrBuilder().biopb.image.Point bottom_right = 2;Ellipse.Builder.getCenterOrBuilder().biopb.image.Point center = 1;Ellipse.getCenterOrBuilder().biopb.image.Point center = 1;EllipseOrBuilder.getCenterOrBuilder().biopb.image.Point center = 1;Mesh.Face.Builder.getNormalsOrBuilder(int index) Optionally one can cache the computed normal vectors hereMesh.Face.getNormalsOrBuilder(int index) Optionally one can cache the computed normal vectors hereMesh.FaceOrBuilder.getNormalsOrBuilder(int index) Optionally one can cache the computed normal vectors hereROI.Builder.getPointOrBuilder().biopb.image.Point point = 1;ROI.getPointOrBuilder().biopb.image.Point point = 1;ROIOrBuilder.getPointOrBuilder().biopb.image.Point point = 1;Polygon.Builder.getPointsOrBuilder(int index) repeated .biopb.image.Point points = 1;Polygon.getPointsOrBuilder(int index) repeated .biopb.image.Point points = 1;PolygonOrBuilder.getPointsOrBuilder(int index) repeated .biopb.image.Point points = 1;Ellipse.Builder.getRadiusOrBuilder()If the `center`` has no z field, neither should `radius`Ellipse.getRadiusOrBuilder()If the `center`` has no z field, neither should `radius`EllipseOrBuilder.getRadiusOrBuilder()If the `center`` has no z field, neither should `radius`Rectangle.Builder.getTopLeftOrBuilder().biopb.image.Point top_left = 1;Rectangle.getTopLeftOrBuilder().biopb.image.Point top_left = 1;RectangleOrBuilder.getTopLeftOrBuilder().biopb.image.Point top_left = 1;Mesh.Builder.getVertsOrBuilder(int index) All vertices of the meshMesh.getVertsOrBuilder(int index) All vertices of the meshMeshOrBuilder.getVertsOrBuilder(int index) All vertices of the meshMethods in biopb.image that return types with arguments of type PointOrBuilderModifier and TypeMethodDescriptionList<? extends PointOrBuilder>Mesh.Face.Builder.getNormalsOrBuilderList()Optionally one can cache the computed normal vectors hereList<? extends PointOrBuilder>Mesh.Face.getNormalsOrBuilderList()Optionally one can cache the computed normal vectors hereList<? extends PointOrBuilder>Mesh.FaceOrBuilder.getNormalsOrBuilderList()Optionally one can cache the computed normal vectors hereList<? extends PointOrBuilder>Polygon.Builder.getPointsOrBuilderList()repeated .biopb.image.Point points = 1;List<? extends PointOrBuilder>Polygon.getPointsOrBuilderList()repeated .biopb.image.Point points = 1;List<? extends PointOrBuilder>PolygonOrBuilder.getPointsOrBuilderList()repeated .biopb.image.Point points = 1;List<? extends PointOrBuilder>Mesh.Builder.getVertsOrBuilderList()All vertices of the meshList<? extends PointOrBuilder>Mesh.getVertsOrBuilderList()All vertices of the meshList<? extends PointOrBuilder>MeshOrBuilder.getVertsOrBuilderList()All vertices of the mesh