Package org.scijava.convert
Class ArrayConverters.FloatArrayUnwrapper
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.plugin.AbstractTypedPlugin<D>
-
- org.scijava.plugin.AbstractHandlerPlugin<ConversionRequest>
-
- org.scijava.convert.AbstractConverter<W,I>
-
- org.scijava.convert.PrimitiveArrayUnwrapper<float[],Float,FloatArray>
-
- org.scijava.convert.ArrayConverters.FloatArrayUnwrapper
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Converter<FloatArray,float[]>,Identifiable,Locatable,Logged,HandlerPlugin<ConversionRequest>,HasPluginInfo,RichPlugin,SciJavaPlugin,SingletonPlugin,TypedPlugin<ConversionRequest>,Prioritized,Typed<ConversionRequest>,Versioned
- Enclosing class:
- ArrayConverters
public static class ArrayConverters.FloatArrayUnwrapper extends PrimitiveArrayUnwrapper<float[],Float,FloatArray>
-
-
Constructor Summary
Constructors Constructor Description FloatArrayUnwrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<FloatArray>getInputType()Class<float[]>getOutputType()-
Methods inherited from class org.scijava.convert.PrimitiveArrayUnwrapper
convert
-
Methods inherited from class org.scijava.convert.AbstractConverter
populateInputCandidates, supports
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.convert.Converter
canConvert, canConvert, canConvert, canConvert, canConvert, convert, convert, getType
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
getOutputType
public Class<float[]> getOutputType()
- Returns:
- The base
ClassthisConverterproduces as output.
-
getInputType
public Class<FloatArray> getInputType()
- Returns:
- The base
ClassthisConverteraccepts as input.
-
-