Class/Object

scalismo.common

DiscreteVectorField

Related Docs: object DiscreteVectorField | package common

Permalink

class DiscreteVectorField[D <: Dim, DO <: Dim] extends DiscreteField[D, Vector[DO]]

Linear Supertypes
DiscreteField[D, Vector[DO]], PartialFunction[PointId, Vector[DO]], (PointId) ⇒ Vector[DO], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DiscreteVectorField
  2. DiscreteField
  3. PartialFunction
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DiscreteVectorField(domain: DiscreteDomain[D], data: IndexedSeq[Vector[DO]])(implicit arg0: NDSpace[D], arg1: NDSpace[DO])

    Permalink

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. def andThen[C](k: (Vector[DO]) ⇒ C): PartialFunction[PointId, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  5. def apply(ptId: PointId): Vector[DO]

    Permalink
    Definition Classes
    DiscreteVectorField → Function1
  6. def applyOrElse[A1 <: PointId, B1 >: Vector[DO]](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  7. def asBreezeVector: DenseVector[Float]

    Permalink
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ PointId): (A) ⇒ Vector[DO]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. val domain: DiscreteDomain[D]

    Permalink
    Definition Classes
    DiscreteVectorFieldDiscreteField
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def foreach(f: (Vector[DO]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    DiscreteField
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def interpolateNearestNeighbor(): VectorField[D, DO]

    Permalink

    Returns a continuous field, where the value at each point is that of the closest point in the discrete set *

    Returns a continuous field, where the value at each point is that of the closest point in the discrete set *

    Definition Classes
    DiscreteVectorFieldDiscreteField
  19. def isDefinedAt(ptId: PointId): Boolean

    Permalink
    Definition Classes
    DiscreteVectorField → PartialFunction
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def lift: (PointId) ⇒ Option[Vector[DO]]

    Permalink
    Definition Classes
    PartialFunction
  22. def map(f: (Vector[DO]) ⇒ Vector[DO]): DiscreteVectorField[D, DO]

    Permalink

    map the function f over the values, but ensures that the result is scalar valued as well

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def orElse[A1 <: PointId, B1 >: Vector[DO]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  27. def pointsWithIds: Iterator[(Point[D], Int)]

    Permalink
    Definition Classes
    DiscreteField
  28. def pointsWithValues: Iterator[(Point[D], Vector[DO])]

    Permalink
    Definition Classes
    DiscreteField
  29. def runWith[U](action: (Vector[DO]) ⇒ U): (PointId) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  32. def values: Iterator[Vector[DO]]

    Permalink
    Definition Classes
    DiscreteVectorFieldDiscreteField
  33. def valuesWithIds: Iterator[(Vector[DO], PointId)]

    Permalink
    Definition Classes
    DiscreteField
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DiscreteField[D, Vector[DO]]

Inherited from PartialFunction[PointId, Vector[DO]]

Inherited from (PointId) ⇒ Vector[DO]

Inherited from AnyRef

Inherited from Any

Ungrouped