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, threshold
Methods 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:GenerateUniqueParameterization
A 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:
equals
in interfaceGenerateUniqueParameterization
- Overrides:
equals
in classObject
-
canEqual
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceGenerateUniqueParameterization
- Overrides:
hashCode
in classObject
-