vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Instance Methods
VVBufferAggregate Class Reference

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
 

Detailed Description

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...


The documentation for this class was generated from the following files: