- java.lang.Object
-
- org.scijava.types.extract.SubTypeExtractor<RandomAccessibleInterval<?>>
-
- org.scijava.ops.image.types.RAITypeExtractor
-
- All Implemented Interfaces:
Comparable<TypeExtractor>,Prioritized<TypeExtractor>,TypeExtractor
public class RAITypeExtractor extends SubTypeExtractor<RandomAccessibleInterval<?>>
TypeExtractorplugin which operates onRandomAccessibleIntervalobjects.Note that this
TypeExtractoris low priority since we prefer subclass TypeExtractors to take pre- Author:
- Gabriel Selzer
-
-
Constructor Summary
Constructors Constructor Description RAITypeExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>baseClass()protected Type[]getTypeParameters(TypeReifier r, RandomAccessibleInterval<?> object)doublepriority()-
Methods inherited from class org.scijava.types.extract.SubTypeExtractor
reify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.priority.Prioritized
compareTo
-
-
-
-
Method Detail
-
priority
public double priority()
-
baseClass
public Class<?> baseClass()
-
getTypeParameters
protected Type[] getTypeParameters(TypeReifier r, RandomAccessibleInterval<?> object)
- Specified by:
getTypeParametersin classSubTypeExtractor<RandomAccessibleInterval<?>>
-
-