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

    Modifier and Type
    Method
    Description
    double
    getMax(int index)
    repeated double max = 1;
    int
    repeated double max = 1;
    repeated double max = 1;
    double
    getMin(int index)
    repeated double min = 2;
    int
    repeated double min = 2;
    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 Details

    • 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.