Uses of Class
biopb.image.Mesh.Face
Packages that use Mesh.Face
-
Uses of Mesh.Face in biopb.image
Methods in biopb.image that return Mesh.FaceModifier and TypeMethodDescriptionMesh.Face.Builder.build()Mesh.Face.Builder.buildPartial()static Mesh.FaceMesh.Face.getDefaultInstance()Mesh.Face.Builder.getDefaultInstanceForType()Mesh.Face.getDefaultInstanceForType()Mesh.Builder.getFaces(int index) repeated .biopb.image.Mesh.Face faces = 2;Mesh.getFaces(int index) repeated .biopb.image.Mesh.Face faces = 2;MeshOrBuilder.getFaces(int index) repeated .biopb.image.Mesh.Face faces = 2;static Mesh.FaceMesh.Face.parseDelimitedFrom(InputStream input) static Mesh.FaceMesh.Face.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mesh.FaceMesh.Face.parseFrom(byte[] data) static Mesh.FaceMesh.Face.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mesh.FaceMesh.Face.parseFrom(com.google.protobuf.ByteString data) static Mesh.FaceMesh.Face.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mesh.FaceMesh.Face.parseFrom(com.google.protobuf.CodedInputStream input) static Mesh.FaceMesh.Face.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mesh.FaceMesh.Face.parseFrom(InputStream input) static Mesh.FaceMesh.Face.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mesh.FaceMesh.Face.parseFrom(ByteBuffer data) static Mesh.FaceMesh.Face.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.image that return types with arguments of type Mesh.FaceModifier and TypeMethodDescriptionMesh.Builder.getFacesList()repeated .biopb.image.Mesh.Face faces = 2;Mesh.getFacesList()repeated .biopb.image.Mesh.Face faces = 2;MeshOrBuilder.getFacesList()repeated .biopb.image.Mesh.Face faces = 2;com.google.protobuf.Parser<Mesh.Face>Mesh.Face.getParserForType()static com.google.protobuf.Parser<Mesh.Face>Mesh.Face.parser()Methods in biopb.image with parameters of type Mesh.FaceModifier and TypeMethodDescriptionrepeated .biopb.image.Mesh.Face faces = 2;repeated .biopb.image.Mesh.Face faces = 2;static Mesh.Face.BuilderMesh.Face.newBuilder(Mesh.Face prototype) repeated .biopb.image.Mesh.Face faces = 2;Method parameters in biopb.image with type arguments of type Mesh.FaceModifier and TypeMethodDescriptionMesh.Builder.addAllFaces(Iterable<? extends Mesh.Face> values) repeated .biopb.image.Mesh.Face faces = 2;