Class BinaryVoxelsBase
- All Implemented Interfaces:
GenerateUniqueParameterization
- Direct Known Subclasses:
BinaryNotOffVoxels,BinaryNotOnVoxels,BinaryOffVoxels,BinaryOnVoxels
A base class for implementations of
RelationToThreshold where the threshold is derived
from a BinaryValuesInt.- Author:
- Owen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.shared.relation.threshold.RelationToThreshold
asPredicateDouble, asPredicateInt, relation, thresholdMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
BinaryVoxelsBase
protected BinaryVoxelsBase()
-
-
Method Details
-
uniqueName
Description copied from interface:GenerateUniqueParameterizationA string describing this class and all its parameterization.It must be guaranteed to be unique for a given set of parameters.
- Returns:
- the unique name for the parameters.
-
equals
- Specified by:
equalsin interfaceGenerateUniqueParameterization- Overrides:
equalsin classObject
-
canEqual
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceGenerateUniqueParameterization- Overrides:
hashCodein classObject
-