Uses of Class
biopb.image.Mesh.Face.Builder
Packages that use Mesh.Face.Builder
-
Uses of Mesh.Face.Builder in biopb.image
Methods in biopb.image that return Mesh.Face.BuilderModifier and TypeMethodDescriptionMesh.Face.Builder.addAllNormals(Iterable<? extends Point> values) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.addAllValues(Iterable<? extends Float> values) Optionally one can cache the associated face values hereMesh.Builder.addFacesBuilder()repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.addFacesBuilder(int index) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Face.Builder.addNormals(int index, Point value) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.addNormals(int index, Point.Builder builderForValue) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.addNormals(Point value) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.addNormals(Point.Builder builderForValue) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Mesh.Face.Builder.addValues(float value) Optionally one can cache the associated face values hereMesh.Face.Builder.clear()Mesh.Face.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Mesh.Face.Builder.clearNormals()Optionally one can cache the computed normal vectors hereMesh.Face.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Mesh.Face.Builder.clearP1()uint32 p1 = 1;Mesh.Face.Builder.clearP2()uint32 p2 = 2;Mesh.Face.Builder.clearP3()uint32 p3 = 3;Mesh.Face.Builder.clearValues()Optionally one can cache the associated face values hereMesh.Face.Builder.clone()Mesh.Builder.getFacesBuilder(int index) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Face.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mesh.Face.Builder.mergeFrom(com.google.protobuf.Message other) final Mesh.Face.BuilderMesh.Face.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Mesh.Face.BuilderMesh.Face.newBuilder()static Mesh.Face.BuilderMesh.Face.newBuilder(Mesh.Face prototype) Mesh.Face.newBuilderForType()protected Mesh.Face.BuilderMesh.Face.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Mesh.Face.Builder.removeNormals(int index) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.setNormals(int index, Point value) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.setNormals(int index, Point.Builder builderForValue) Optionally one can cache the computed normal vectors hereMesh.Face.Builder.setP1(int value) uint32 p1 = 1;Mesh.Face.Builder.setP2(int value) uint32 p2 = 2;Mesh.Face.Builder.setP3(int value) uint32 p3 = 3;Mesh.Face.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Mesh.Face.BuilderMesh.Face.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Mesh.Face.Builder.setValues(int index, float value) Optionally one can cache the associated face values hereMesh.Face.toBuilder()Methods in biopb.image that return types with arguments of type Mesh.Face.BuilderModifier and TypeMethodDescriptionMesh.Builder.getFacesBuilderList()repeated .biopb.image.Mesh.Face faces = 2;Methods in biopb.image with parameters of type Mesh.Face.BuilderModifier and TypeMethodDescriptionMesh.Builder.addFaces(int index, Mesh.Face.Builder builderForValue) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.addFaces(Mesh.Face.Builder builderForValue) repeated .biopb.image.Mesh.Face faces = 2;Mesh.Builder.setFaces(int index, Mesh.Face.Builder builderForValue) repeated .biopb.image.Mesh.Face faces = 2;