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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-