Object

scalismo.io.ImageIO

ScalarType

Related Doc: package ImageIO

Permalink

object ScalarType extends Enumeration

An enumeration comprising all the data types that we can read and write, in VTK and Nifti formats.

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalarType
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class Val[O](vtkId: Int, niftiId: Short)(implicit evidence$1: Scalar[O], evidence$2: ClassTag[O]) extends ScalarType.Val with Product with Serializable

    Permalink
    Attributes
    protected
  2. abstract class Value extends Ordered[Value] with Serializable

    Permalink
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Permalink
    Definition Classes
    Enumeration

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Byte: Val[Byte]

    Permalink
  5. val Double: Val[Double]

    Permalink
  6. val Float: Val[Float]

    Permalink
  7. val Int: Val[Int]

    Permalink
  8. val Short: Val[Short]

    Permalink
  9. val UByte: Val[UByte]

    Permalink
  10. val UInt: Val[UInt]

    Permalink
  11. val UShort: Val[UShort]

    Permalink
  12. final def Value(i: Int, name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  13. final def Value(name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  14. final def Value(i: Int): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  15. final def Value: Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  16. final def apply(x: Int): Value

    Permalink
    Definition Classes
    Enumeration
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromNiftiId(niftiId: Short): Value

    Permalink

    Return the ScalarType value corresponding to a given Nifti type constant

    Return the ScalarType value corresponding to a given Nifti type constant

    niftiId

    a Nifti type constant

    returns

    the corresponding ScalarType value

    Exceptions thrown

    IllegalArgumentException if no corresponding value was found.

  23. def fromType[T](implicit arg0: Scalar[T], arg1: scala.reflect.api.JavaUniverse.TypeTag[T]): Value

    Permalink

    Return the ScalarType value corresponding to a given type

    Return the ScalarType value corresponding to a given type

    T

    a scalar type

    returns

    the corresponding ScalarType value

    Exceptions thrown

    IllegalArgumentException if no corresponding value was found.

  24. def fromVtkId(vtkId: Int): Value

    Permalink

    Return the ScalarType value corresponding to a given VTK type constant

    Return the ScalarType value corresponding to a given VTK type constant

    vtkId

    a VTK type constant

    returns

    the corresponding ScalarType value

    Exceptions thrown

    IllegalArgumentException if no corresponding value was found.

  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def maxId: Int

    Permalink
    Definition Classes
    Enumeration
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. var nextId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  31. var nextName: Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def ofFile(file: File): Try[Value]

    Permalink

    Return the ScalarType value corresponding to the data present in a given file.

    Return the ScalarType value corresponding to the data present in a given file. Only .vtk, .nii and .nia files are supported.

    file

    the file to check

    returns

    the scalar type present in the given file, wrapped in a scala.util.Success, or a scala.util.Failure explaining the error.

  35. def readResolve(): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    Enumeration → AnyRef → Any
  38. implicit def valueToVal[T](x: Value): Val[T]

    Permalink
  39. def values: ValueSet

    Permalink
    Definition Classes
    Enumeration
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def withName(s: String): Value

    Permalink
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped