| 2676 | return GetPointer<const flatbuffers::Vector<float> *>(VT_MIN); |
| 2677 | } |
| 2678 | const flatbuffers::Vector<float> *max() const { |
| 2679 | return GetPointer<const flatbuffers::Vector<float> *>(VT_MAX); |
| 2680 | } |
| 2681 | const flatbuffers::Vector<float> *scale() const { |
| 2682 | return GetPointer<const flatbuffers::Vector<float> *>(VT_SCALE); |
| 2683 | } |
no outgoing calls