Interface VertexProgramInterceptor<V extends VertexProgram,G,M extends Memory>
-
public interface VertexProgramInterceptor<V extends VertexProgram,G,M extends Memory>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description G
apply(V vertexProgram, G graph, M memory)
-