Interface ThreeDNode.BoundingBoxOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ThreeDNode.BoundingBox, ThreeDNode.BoundingBox.Builder
    Enclosing class:
    ThreeDNode

    public static interface ThreeDNode.BoundingBoxOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getMax​(int index)
      repeated double max = 1;
      int getMaxCount()
      repeated double max = 1;
      List<Double> getMaxList()
      repeated double max = 1;
      double getMin​(int index)
      repeated double min = 2;
      int getMinCount()
      repeated double min = 2;
      List<Double> getMinList()
      repeated double min = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMaxList

        List<Double> getMaxList()
        repeated double max = 1;
        Returns:
        A list containing the max.
      • getMaxCount

        int getMaxCount()
        repeated double max = 1;
        Returns:
        The count of max.
      • getMax

        double getMax​(int index)
        repeated double max = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The max at the given index.
      • getMinList

        List<Double> getMinList()
        repeated double min = 2;
        Returns:
        A list containing the min.
      • getMinCount

        int getMinCount()
        repeated double min = 2;
        Returns:
        The count of min.
      • getMin

        double getMin​(int index)
        repeated double min = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The min at the given index.