Uses of Class
biopb.image.Mesh.Builder
Packages that use Mesh.Builder
-
Uses of Mesh.Builder in biopb.image
Methods in biopb.image that return Mesh.BuilderModifier and TypeMethodDescriptionMesh.Builder.addAllFaces(Iterable<? extends Mesh.Face> values) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.addAllVerts(Iterable<? extends Point> values) All vertices of the meshrepeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.addFaces(int index, Mesh.Face.Builder builderForValue) repeated .biopb.image.Mesh.Face faces = 2;repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.addFaces(Mesh.Face.Builder builderForValue) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) All vertices of the meshMesh.Builder.addVerts(int index, Point.Builder builderForValue) All vertices of the meshAll vertices of the meshMesh.Builder.addVerts(Point.Builder builderForValue) All vertices of the meshMesh.Builder.clear()Mesh.Builder.clearFaces()repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Mesh.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Mesh.Builder.clearVerts()All vertices of the meshMesh.Builder.clone()ROI.Builder.getMeshBuilder().biopb.image.Mesh mesh = 5;Mesh.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mesh.Builder.mergeFrom(com.google.protobuf.Message other) final Mesh.BuilderMesh.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Mesh.BuilderMesh.newBuilder()static Mesh.BuilderMesh.newBuilder(Mesh prototype) Mesh.newBuilderForType()protected Mesh.BuilderMesh.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Mesh.Builder.removeFaces(int index) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.removeVerts(int index) All vertices of the meshrepeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.setFaces(int index, Mesh.Face.Builder builderForValue) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Mesh.BuilderMesh.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) All vertices of the meshMesh.Builder.setVerts(int index, Point.Builder builderForValue) All vertices of the meshMesh.toBuilder()Methods in biopb.image with parameters of type Mesh.BuilderModifier and TypeMethodDescriptionROI.Builder.setMesh(Mesh.Builder builderForValue) .biopb.image.Mesh mesh = 5;