ViMeT
Class Neighbors

java.lang.Object
  extended byViMeT.Neighbors

public class Neighbors
extends java.lang.Object

Constrói a estrutura de camadas e armazená-la e encontra os vértices vizinhos conectados de um determinado ponto selecionado do objeto


Constructor Summary
Neighbors(ObjectFile shape)
           
 
Method Summary
 int getClicado(javax.vecmath.Point3d pos)
           
 java.util.Vector getConnectedNodes(int point)
           
 java.util.Vector getLayer(int c)
           
 int getNumLayers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neighbors

public Neighbors(ObjectFile shape)
Method Detail

getClicado

public int getClicado(javax.vecmath.Point3d pos)

getConnectedNodes

public java.util.Vector getConnectedNodes(int point)

getLayer

public java.util.Vector getLayer(int c)

getNumLayers

public int getNumLayers()