toxi.geom.mesh
Class DefaultSelector

java.lang.Object
  extended by toxi.geom.mesh.VertexSelector
      extended by toxi.geom.mesh.DefaultSelector

public class DefaultSelector
extends VertexSelector


Constructor Summary
DefaultSelector(Mesh3D mesh)
           
 
Method Summary
 VertexSelector selectVertices()
          Selects vertices using an implementation specific method.
 
Methods inherited from class toxi.geom.mesh.VertexSelector
addSelection, clearSelection, getMesh, getSelection, invertSelection, selectSimilar, setMesh, size, subtractSelection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSelector

public DefaultSelector(Mesh3D mesh)
Method Detail

selectVertices

public VertexSelector selectVertices()
Description copied from class: VertexSelector
Selects vertices using an implementation specific method. This is the only method which needs to be implemented by any selector subclass.

Specified by:
selectVertices in class VertexSelector
Returns:
itself