Package biopb.image
Interface MeshOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mesh,Mesh.Builder
public interface MeshOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFaces(int index) repeated .biopb.image.Mesh.Face faces = 2;intrepeated .biopb.image.Mesh.Face faces = 2;repeated .biopb.image.Mesh.Face faces = 2;getFacesOrBuilder(int index) repeated .biopb.image.Mesh.Face faces = 2;List<? extends Mesh.FaceOrBuilder>repeated .biopb.image.Mesh.Face faces = 2;getVerts(int index) All vertices of the meshintAll vertices of the meshAll vertices of the meshgetVertsOrBuilder(int index) All vertices of the meshList<? extends PointOrBuilder>All vertices of the meshMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVertsList
All vertices of the mesh
repeated .biopb.image.Point verts = 1; -
getVerts
All vertices of the mesh
repeated .biopb.image.Point verts = 1; -
getVertsCount
int getVertsCount()All vertices of the mesh
repeated .biopb.image.Point verts = 1; -
getVertsOrBuilderList
List<? extends PointOrBuilder> getVertsOrBuilderList()All vertices of the mesh
repeated .biopb.image.Point verts = 1; -
getVertsOrBuilder
All vertices of the mesh
repeated .biopb.image.Point verts = 1; -
getFacesList
repeated .biopb.image.Mesh.Face faces = 2; -
getFaces
repeated .biopb.image.Mesh.Face faces = 2; -
getFacesCount
int getFacesCount()repeated .biopb.image.Mesh.Face faces = 2; -
getFacesOrBuilderList
List<? extends Mesh.FaceOrBuilder> getFacesOrBuilderList()repeated .biopb.image.Mesh.Face faces = 2; -
getFacesOrBuilder
repeated .biopb.image.Mesh.Face faces = 2;
-