Class

scalismo.common

UnstructuredPointsDomain3D

Related Doc: package common

Permalink

class UnstructuredPointsDomain3D extends UnstructuredPointsDomain[_3D]

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

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 boundingBox: BoxDomain[_3D]

    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
    UnstructuredPointsDomain3DDiscreteDomain
  6. def canEqual(that: Any): Boolean

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

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

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

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

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

    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
  12. def findNClosestPoints(pt: Point[_3D], n: Int): Seq[PointWithId[_3D]]

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

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

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

    Permalink
  16. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def numberOfPoints: Int

    Permalink
  21. def point(id: PointId): Point[_3D]

    Permalink
  22. def pointId(pt: Point[_3D]): Option[PointId]

    Permalink
  23. def pointIds: Iterator[PointId]

    Permalink
    Definition Classes
    DiscreteDomain
  24. def points: Iterator[Point[_3D]]

    Permalink
  25. def pointsWithId: Iterator[(Point[_3D], PointId)]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def transform(t: (Point[_3D]) ⇒ Point[_3D]): UnstructuredPointsDomain3D

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from UnstructuredPointsDomain[_3D]

Inherited from DiscreteDomain[_3D]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped