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 Details

    • getVertsList

      List<Point> getVertsList()
       All vertices of the mesh
       
      repeated .biopb.image.Point verts = 1;
    • getVerts

      Point getVerts(int index)
       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

      PointOrBuilder getVertsOrBuilder(int index)
       All vertices of the mesh
       
      repeated .biopb.image.Point verts = 1;
    • getFacesList

      List<Mesh.Face> getFacesList()
      repeated .biopb.image.Mesh.Face faces = 2;
    • getFaces

      Mesh.Face getFaces(int index)
      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

      Mesh.FaceOrBuilder getFacesOrBuilder(int index)
      repeated .biopb.image.Mesh.Face faces = 2;