Package boofcv.struct
Class GridShape
java.lang.Object
boofcv.struct.GridShape
- All Implemented Interfaces:
Configuration
,Serializable
Specifies the dimension of a 3D grid
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
rows
public int rowsNumber of rows -
cols
public int colsNumber of columns
-
-
Constructor Details
-
GridShape
-
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 interfaceConfiguration
-
setTo
-