public abstract static class Transformer.AbstractTransformer<T,A> extends Object implements Transformer<T,A>
Transformer.AbstractTransformer<T,A>| Constructor and Description |
|---|
AbstractTransformer(CLContext context,
Class<T> primitiveClass) |
| Modifier and Type | Method and Description |
|---|---|
long |
computeOutputSize(long inputSize) |
CLContext |
getContext() |
A |
transform(CLQueue queue,
A input,
boolean inverse) |
Pointer<T> |
transform(CLQueue queue,
Pointer<T> in,
boolean inverse) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformpublic AbstractTransformer(CLContext context, Class<T> primitiveClass)
public CLContext getContext()
getContext in interface Transformer<T,A>public long computeOutputSize(long inputSize)
computeOutputSize in interface Transformer<T,A>public A transform(CLQueue queue, A input, boolean inverse)
transform in interface Transformer<T,A>Copyright © 2009-2015. All Rights Reserved.