field.kit.gl.scene

Group

class Group extends Spatial with Branch[Spatial]

basic scene-graph element that contains a group of spatials *

Inherits

  1. Branch
  2. Iterable
  3. IterableLike
  4. Equals
  5. Traversable
  6. GenericTraversableTemplate
  7. TraversableLike
  8. HasNewBuilder
  9. Spatial
  10. Drawable
  11. Renderable
  12. BaseNode
  13. Node
  14. Logger
  15. AnyRef
  16. Any

Value Members

  1. def ++[B >: Spatial, That](that: Iterator[B])(bf: CanBuildFrom[Iterable[Spatial], B, That]): That

  2. def ++[B >: Spatial, That](that: Traversable[B])(bf: CanBuildFrom[Iterable[Spatial], B, That]): That

  3. def +=(child: Spatial): Spatial

  4. def -=(child: Spatial): Spatial

  5. def /:[B](z: B)(op: (B, Spatial) ⇒ B): B

  6. def :\[B](z: B)(op: (Spatial, B) ⇒ B): B

  7. def addString(b: StringBuilder): StringBuilder

  8. def addString(b: StringBuilder, sep: String): StringBuilder

  9. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

  10. def apply(name: String): Spatial

    definition classes: Branch
  11. def canEqual(that: Any): Boolean

  12. def companion: GenericCompanion[Iterable[A][A]]

  13. def copyToArray[B >: Spatial](xs: Array[B], start: Int, len: Int): Unit

  14. def copyToArray[B >: Spatial](xs: Array[B]): Unit

  15. def copyToArray[B >: Spatial](xs: Array[B], start: Int): Unit

  16. def copyToBuffer[B >: Spatial](dest: Buffer[B]): Unit

  17. def count(p: (Spatial) ⇒ Boolean): Int

  18. def draw: Unit

  19. def drop(n: Int): Iterable[Spatial]

  20. def dropRight(n: Int): Iterable[Spatial]

  21. def dropWhile(p: (Spatial) ⇒ Boolean): Iterable[Spatial]

  22. def elements: Iterator[Spatial]

  23. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an equivalence relation:

    • It is reflexive: for any instance x of type Any, x.equals(x) should return true.
    • It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true.
    • It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same Int (o1.hashCode.equals(o2.hashCode)).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: AnyRef ⇐ Any
  24. def error(m: Any*): Unit

  25. def exists(p: (Spatial) ⇒ Boolean): Boolean

  26. def fatal(code: Int, m: Any*): Unit

  27. def fatal(m: Any*): Unit

  28. def filter(p: (Spatial) ⇒ Boolean): Iterable[Spatial]

  29. def filterNot(p: (Spatial) ⇒ Boolean): Iterable[Spatial]

  30. def find(p: (Spatial) ⇒ Boolean): Option[Spatial]

  31. def fine(m: Any*): Unit

  32. def first: Spatial

  33. def firstOption: Option[Spatial]

  34. def flatMap[B, That](f: (Spatial) ⇒ Traversable[B])(bf: CanBuildFrom[Iterable[Spatial], B, That]): That

  35. def flatten[B](asTraversable: (Spatial) ⇒ Traversable[B]): Iterable[B]

  36. def foldLeft[B](z: B)(op: (B, Spatial) ⇒ B): B

  37. def foldRight[B](z: B)(op: (Spatial, B) ⇒ B): B

  38. def forall(p: (Spatial) ⇒ Boolean): Boolean

  39. def foreach[U](f: (Spatial) ⇒ U): Unit

  40. def genericBuilder[B]: Builder[B, Iterable[B]]

  41. def gl: GL

  42. def groupBy[K](f: (Spatial) ⇒ K): Map[K, Iterable[Spatial]]

  43. def grouped(size: Int): Iterator[Iterable[Spatial]]

  44. def hasDefiniteSize: Boolean

  45. def hashCode(): Int

    Returns a hash code value for the object

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    definition classes: AnyRef ⇐ Any
  46. def head: Spatial

  47. def headOption: Option[Spatial]

  48. def info(m: Any*): Unit

  49. def init: Iterable[Spatial]

  50. def isEmpty: Boolean

  51. var isVisible: Boolean

  52. def iterator: Iterator[Spatial]

  53. def last: Spatial

  54. def lastOption: Option[Spatial]

  55. def logName: String

  56. def logName_=(name: String): Unit

  57. def map[B, That](f: (Spatial) ⇒ B)(bf: CanBuildFrom[Iterable[Spatial], B, That]): That

  58. def max[B >: Spatial](cmp: Ordering[B]): Spatial

  59. def min[B >: Spatial](cmp: Ordering[B]): Spatial

  60. def mkString: String

  61. def mkString(sep: String): String

  62. def mkString(start: String, sep: String, end: String): String

  63. var name: String

    The name of this node

    The name of this node

    definition classes: Node
  64. def nonEmpty: Boolean

  65. var parent: Node

    This node's parent

    This node's parent

    definition classes: Node
  66. def partialMap[B, That](pf: PartialFunction[Spatial, B])(bf: CanBuildFrom[Iterable[Spatial], B, That]): That

  67. def partition(p: (Spatial) ⇒ Boolean): (Iterable[Spatial], Iterable[Spatial])

  68. def product[B >: Spatial](num: Numeric[B]): B

  69. def projection: IterableView[Spatial, Iterable[Spatial]]

  70. def reduceLeft[B >: Spatial](op: (B, Spatial) ⇒ B): B

  71. def reduceLeftOption[B >: Spatial](op: (B, Spatial) ⇒ B): Option[B]

  72. def reduceRight[B >: Spatial](op: (Spatial, B) ⇒ B): B

  73. def reduceRightOption[B >: Spatial](op: (Spatial, B) ⇒ B): Option[B]

  74. def render: Unit

  75. def repr: Iterable[Spatial]

  76. var rotation: Vec3

  77. def sameElements[B >: Spatial](that: Iterable[B]): Boolean

  78. var scale: Vec3

  79. def size: Int

  80. def slice(from: Int, until: Int): Iterable[Spatial]

  81. def sliding[B >: Spatial](size: Int, step: Int): Iterator[Iterable[Spatial]]

  82. def sliding[B >: Spatial](size: Int): Iterator[Iterable[Spatial]]

  83. def span(p: (Spatial) ⇒ Boolean): (Iterable[Spatial], Iterable[Spatial])

  84. def splitAt(n: Int): (Iterable[Spatial], Iterable[Spatial])

  85. def stringPrefix: String

  86. def sum[B >: Spatial](num: Numeric[B]): B

  87. def tail: Iterable[Spatial]

  88. def take(n: Int): Iterable[Spatial]

  89. def takeRight(n: Int): Iterable[Spatial]

  90. def takeWhile(p: (Spatial) ⇒ Boolean): Iterable[Spatial]

  91. def toArray[B >: Spatial](arg0: ClassManifest[B]): Array[B]

  92. def toIndexedSeq[B >: Spatial]: IndexedSeq[B]

  93. def toIterable: Iterable[Spatial]

  94. def toList: List[Spatial]

  95. def toMap[T, U](ev: <:<[Spatial, (T, U)]): Map[T, U]

  96. def toSeq: Seq[Spatial]

  97. def toSet[B >: Spatial]: Set[B]

  98. def toStream: Stream[Spatial]

  99. def toString(): String

    Returns a string representation of the object

    Returns a string representation of the object.

    The default representation is platform dependent.

    definition classes: TraversableLike ⇐ AnyRef ⇐ Any
  100. def toggleVisibility: Unit

  101. var translation: Vec3

  102. def transpose[B](asTraversable: (Spatial) ⇒ Traversable[B]): Iterable[Iterable[B]]

  103. def unzip[A1, A2](asPair: (Spatial) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

  104. def view(from: Int, until: Int): IterableView[Spatial, Iterable[Spatial]]

  105. def view: IterableView[Spatial, Iterable[Spatial]]

  106. def warn(m: Any*): Unit

  107. def withFilter(p: (Spatial) ⇒ Boolean): WithFilter

  108. def zip[A1 >: Spatial, B, That](that: Iterable[B])(bf: CanBuildFrom[Iterable[Spatial], (A1, B), That]): That

  109. def zipAll[B, A1 >: Spatial, That](that: Iterable[B], thisElem: A1, thatElem: B)(bf: CanBuildFrom[Iterable[Spatial], (A1, B), That]): That

  110. def zipWithIndex[A1 >: Spatial, That](bf: CanBuildFrom[Iterable[Spatial], (A1, Int), That]): That

Instance constructors

  1. new Group(name: String)

  2. new Group()