Squeak Class Documentation category index | class index  
 
SubdivisionQuadEdge
  category: Graphics-Tools-Triangulation
  superclass: Object
  subclasses: PoohQuadEdge

I represent a quad-edge within a subdivision.

instance methods
  accessing
  classificationColor
classificationIndex
edges
first
flags
flags:
isBorderEdge
isBorderEdge:
isExteriorEdge
isExteriorEdge:
isInteriorEdge
isInteriorEdge:
timeStamp
timeStamp:

  initialize-release
  initialize

  private
  edgeClass

class methods
  instance creation
  new

instance methods
  accessing top  
 

classificationColor

Return the classification index of the receiver


 

classificationIndex

Return the classification index of the receiver


 

edges


 

first


 

flags


 

flags:


 

isBorderEdge


 

isBorderEdge:


 

isExteriorEdge


 

isExteriorEdge:


 

isInteriorEdge


 

isInteriorEdge:


 

timeStamp


 

timeStamp:


  initialize-release top  
 

initialize


  private top  
 

edgeClass


class methods
  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.