|
vvopensource
|
Convenience class i've been using lately to pass around groups of VVBuffers. this is a relatively new class, we'll see how it goes... More...
#import <VVBufferAggregate.h>
Inherits NSObject.
Instance Methods | |
| (id) | - initWithBuffer: |
| inits a VVBufferAggregate, retaining the passed buffer in the first plane | |
| (id) | - initWithBuffers:: |
| inits a VVBufferAggregate, retaining the passed buffers in the first two planes | |
| (id) | - initWithBuffers::: |
| inits a VVBufferAggregate, retaining the passed buffers in the first three planes | |
| (id) | - initWithBuffers:::: |
| inits a VVBufferAggregate, retaining the passed buffers in each of the four planes | |
| (VVBuffer *) | - copyR |
| safely returns a retained instance of the buffer in the first plane | |
| (VVBuffer *) | - copyG |
| safely returns a retained instance of the buffer in the second plane | |
| (VVBuffer *) | - copyB |
| safely returns a retained instance of the buffer in the third plane | |
| (VVBuffer *) | - copyA |
| safely returns a retained instance of the buffer in the last plane | |
| (VVBuffer *) | - copyBufferAtIndex: |
| safely returns a retained instance of the buffer in the plane at the supplied index | |
| (void) | - insertBuffer:atIndex: |
| safely inserts the supplied buffer into the plane at the given index | |
Convenience class i've been using lately to pass around groups of VVBuffers. this is a relatively new class, we'll see how it goes...
1.8.7