public class BoundingBoxMaximumAlongAxis extends BoundingBoxAlongAxisBase
Calculates the maximum coordinate of an object's bounding box along a specified axis.

This feature returns the maximum coordinate of the bounding box along the axis specified in the parent class. The maximum coordinate is inclusive, meaning it represents the highest voxel position that is part of the object.