Class

scalismo.ui.model

GroupNode

Related Doc: package model

Permalink

class GroupNode extends SceneNode with Renameable with Removeable with ScalismoPublisher

Linear Supertypes
Removeable, Renameable, SceneNode, ScalismoPublisher, Publisher, Reactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupNode
  2. Removeable
  3. Renameable
  4. SceneNode
  5. ScalismoPublisher
  6. Publisher
  7. Reactor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroupNode(parent: GroupsNode, initialName: String, _isGhost: Boolean)

    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 addStatisticalMeshModel(model: StatisticalMeshModel, initialName: String): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val children: List[SceneNode]

    Permalink
    Definition Classes
    GroupNodeSceneNode
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val colorMeshes: VertexColorMeshesNode

    Permalink
  9. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val genericTransformations: GenericTransformationsNode

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val images: ImagesNode

    Permalink
  17. def isGhost: Boolean

    Permalink
  18. def isGhost_=(b: Boolean): Unit

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val landmarks: LandmarksNode

    Permalink
  21. val lineMeshes: LineMeshesNode

    Permalink
  22. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  23. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  24. def name: String

    Permalink
    Definition Classes
    Renameable
  25. def name_=(newValue: String): Unit

    Permalink
    Definition Classes
    Renameable
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val parent: GroupsNode

    Permalink

    Returns this node's parent SceneNode, or null if this node is itself a Scene.

    Returns this node's parent SceneNode, or null if this node is itself a Scene.

    Definition Classes
    GroupNodeSceneNode
  30. val pointClouds: PointCloudsNode

    Permalink
  31. def publishEvent(e: Event): Unit

    Permalink
    Definition Classes
    ScalismoPublisher
  32. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  33. def remove(): Unit

    Permalink
    Definition Classes
    GroupNodeRemoveable
  34. def renderables: List[RenderableSceneNode]

    Permalink
    Definition Classes
    SceneNode
  35. val scalarFields: ScalarFieldsNode

    Permalink
  36. val scalarMeshFields: ScalarMeshFieldsNode

    Permalink
  37. lazy val scene: Scene

    Permalink
    Definition Classes
    SceneNode
  38. val shapeModelTransformations: ShapeModelTransformationsNode

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    SceneNode → AnyRef → Any
  41. val triangleMeshes: TriangleMeshesNode

    Permalink
  42. val vectorFields: VectorFieldsNode

    Permalink
  43. final def wait(): Unit

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

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

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

Deprecated Value Members

  1. def publish(e: Event): Unit

    Permalink
    Definition Classes
    ScalismoPublisher → Publisher
    Annotations
    @deprecated @silent()
    Deprecated

    (Since version always) use method publishEvent instead

Inherited from Removeable

Inherited from Renameable

Inherited from SceneNode

Inherited from ScalismoPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped