org.friendularity.impl.visual
Interface EstimateVisualizer<TE extends ThingEstimate>

All Known Implementing Classes:
BaseVisualizer, DeicticVisualizer, DemoWorldVisualizer, GroupVisualizer, SingleShapeVisualizer, StuffVisualizer

public interface EstimateVisualizer<TE extends ThingEstimate>

Author:
Stu B22

Nested Class Summary
static class EstimateVisualizer.Jme3CoordinateFrame
           
 
Method Summary
 org.cogchar.render.sys.registry.RenderRegistryClient getRenderRegistryClient()
           
 org.cogchar.render.goody.dynamic.VizShapeSiblingGroup getShapeGroup()
          This shapeGroup may be either local to this visualizer, or shared with others.
 void renderCurrentEstimates_onRendThrd(TE estim, float timePerFrame)
           
 

Method Detail

getRenderRegistryClient

org.cogchar.render.sys.registry.RenderRegistryClient getRenderRegistryClient()

getShapeGroup

org.cogchar.render.goody.dynamic.VizShapeSiblingGroup getShapeGroup()
This shapeGroup may be either local to this visualizer, or shared with others.

Returns:

renderCurrentEstimates_onRendThrd

void renderCurrentEstimates_onRendThrd(TE estim,
                                       float timePerFrame)


Copyright © 2011-2014. All Rights Reserved.