hep.lcd.event
Interface VertexList

All Known Subinterfaces:
VertexListInt

public interface VertexList

General vertex list interface

Version:
$Id: VertexList.java,v 1.2 2001/06/13 20:10:04 tonyj Exp $
Author:
W.Walkowiak, 11/20/00
Source Code:
VertexList.java

Method Summary
 int getNVertices()
          get number of vertices in this list
 Enumeration getVertices()
          returns an enumeration of vertices
 

Method Detail

getNVertices

public int getNVertices()
get number of vertices in this list

getVertices

public Enumeration getVertices()
returns an enumeration of vertices


The LCD Group