Class/Object

scalismo.common

UnstructuredPointsDomain

Related Docs: object UnstructuredPointsDomain | package common

Permalink

sealed abstract class UnstructuredPointsDomain[D <: Dim] extends DiscreteDomain[D]

Linear Supertypes
DiscreteDomain[D], Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnstructuredPointsDomain
  2. DiscreteDomain
  3. Equals
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def boundingBox: BoxDomain[D]

    Permalink

    Returns the smallest continuous box domain that fully contains all the domain points.

    Returns the smallest continuous box domain that fully contains all the domain points.

    The bounding box is always oriented along the dimensions of the space (i.e. this method does not return rotated boxes)

    Definition Classes
    DiscreteDomain
  2. abstract def transform(t: (Point[D]) ⇒ Point[D]): DiscreteDomain[D]

    Permalink
    Definition Classes
    DiscreteDomain

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    DiscreteDomain → Equals
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  8. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    DiscreteDomain → Equals → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def findClosestPoint(pt: Point[D]): PointWithId[D]

    Permalink

    * Returns the point belonging to the domain that is closest to the indicated position.

    * Returns the point belonging to the domain that is closest to the indicated position. The point identifier within th e domain is also returned.

    Definition Classes
    UnstructuredPointsDomainDiscreteDomain
  11. def findNClosestPoints(pt: Point[D], n: Int): Seq[PointWithId[D]]

    Permalink
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    DiscreteDomain → AnyRef → Any
  14. def isDefinedAt(pt: Point[D]): Boolean

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def numberOfPoints: Int

    Permalink
  20. def point(id: PointId): Point[D]

    Permalink
  21. def pointId(pt: Point[D]): Option[PointId]

    Permalink
  22. def pointIds: Iterator[PointId]

    Permalink
    Definition Classes
    DiscreteDomain
  23. def points: Iterator[Point[D]]

    Permalink
  24. def pointsWithId: Iterator[(Point[D], PointId)]

    Permalink
    Definition Classes
    DiscreteDomain
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

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

Inherited from DiscreteDomain[D]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped