Uses of Class
com.jzy3d.surfedit.surface.model.CellIndex

Packages that use CellIndex
com.jzy3d.surfedit.surface   
com.jzy3d.surfedit.surface.composite   
com.jzy3d.surfedit.surface.simple   
 

Uses of CellIndex in com.jzy3d.surfedit.surface
 

Methods in com.jzy3d.surfedit.surface that return CellIndex
 CellIndex IInteractiveSurface.getCellIndex()
           
 

Uses of CellIndex in com.jzy3d.surfedit.surface.composite
 

Fields in com.jzy3d.surfedit.surface.composite declared as CellIndex
protected  CellIndex CompositeInteractiveSurface.cellIndex
           
 

Methods in com.jzy3d.surfedit.surface.composite that return CellIndex
 CellIndex CompositeInteractiveSurface.getCellIndex()
           
 

Methods in com.jzy3d.surfedit.surface.composite with parameters of type CellIndex
protected  Map<org.jzy3d.maths.PolygonArray,org.jzy3d.maths.Pair<Integer,Integer>> CompositeInteractiveSurface.buildQuadMap(CellIndex index)
          Allows retrieving a reference to the input point (i,j) to which each quad is attached.
 

Uses of CellIndex in com.jzy3d.surfedit.surface.simple
 

Fields in com.jzy3d.surfedit.surface.simple declared as CellIndex
protected  CellIndex SimpleInteractiveSurface.cellIndex
           
 

Methods in com.jzy3d.surfedit.surface.simple that return CellIndex
 CellIndex SimpleInteractiveSurface.getCellIndex()
           
 

Methods in com.jzy3d.surfedit.surface.simple with parameters of type CellIndex
protected  Map<org.jzy3d.maths.PolygonArray,org.jzy3d.maths.Pair<Integer,Integer>> SimpleInteractiveSurface.buildQuadMap(CellIndex index)
          Allows retrieving a reference to the input point (i,j) to which each quad is attached.
 



Copyright © 2014. All rights reserved.