anl.aida.viz3d
Interface Accumulator

All Known Implementing Classes:
DefaultAccumulator

public interface Accumulator

Interface for classes that accumulate VNodes.


Method Summary
 void add(VSpatial node)
          Adds the specified VNode to this Accumulator.
 java.lang.Iterable<VSpatial> items()
           
 

Method Detail

add

void add(VSpatial node)
Adds the specified VNode to this Accumulator.

Parameters:
node - the node to add

items

java.lang.Iterable<VSpatial> items()