Package boofcv.struct

Class GridShape

java.lang.Object
boofcv.struct.GridShape
All Implemented Interfaces:
Configuration, Serializable

public class GridShape extends Object implements Configuration
Specifies the dimension of a 3D grid
See Also:
  • Field Details

    • rows

      public int rows
      Number of rows
    • cols

      public int cols
      Number of columns
  • Constructor Details

    • GridShape

      public GridShape(GridShape src)
    • GridShape

      public GridShape(int rows, int cols)
    • GridShape

      public GridShape()
  • Method Details

    • checkValidity

      public void checkValidity()
      Description copied from interface: Configuration
      Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.
      Specified by:
      checkValidity in interface Configuration
    • setTo

      public void setTo(GridShape src)