Squeak Class Documentation category index | class index  
 
B3DInplaceArray
  category: Balloon3D-Arrays
  superclass: B3DFloatArray
  subclasses: B3DIndexedQuadArray B3DIndexedTriangleArray B3DTexture2Array B3DColor4Array B3DVector3Array B3DRotationArray B3DVector2Array

No comment. Sorry.

instance methods
  accessing
  at:
at:put:
contentsClass
contentsSize
size

  copying
  copyFrom:to:

  enumerating
  do:
readOnlyDo:

  private
  privateReplaceFrom:to:with:startingAt:
replaceFrom:to:with:startingAt:

class methods
  instance creation
  contentsClass
contentsSize
new:

instance methods
  accessing top  
 

at:

Return the primitive vertex at the given index


 

at:put:

Store the object at the given index in the receiver


 

contentsClass


 

contentsSize


 

size

Return the number of primitive vertices that can be stored in the receiver


  copying top  
 

copyFrom:to:

Answer a copy of a subset of the receiver, starting from element at
index start until element at index stop.


  enumerating top  
 

do:

Overridden to store the (possibly) modified argument back


 

readOnlyDo:


  private top  
 

privateReplaceFrom:to:with:startingAt:


 

replaceFrom:to:with:startingAt:

Primitive. This destructively replaces elements from start to stop in the receiver starting at index, repStart, in the collection, replacement. Answer the receiver. Range checks are performed in the primitive only. Optional. See Object documentation whatIsAPrimitive.


class methods
  instance creation top  
 

contentsClass


 

contentsSize


 

new:

Answer an instance of this class with the number of indexable
variables specified by the argument, sizeRequested.