Blender  V2.59
Public Member Functions
AUD_RectifyFactory Class Reference

#include <AUD_RectifyFactory.h>

Inheritance diagram for AUD_RectifyFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_RectifyFactory (AUD_IFactory *factory)
virtual AUD_IReadercreateReader () const

Detailed Description

This factory rectifies another factory.

Definition at line 40 of file AUD_RectifyFactory.h.


Constructor & Destructor Documentation

AUD_RectifyFactory::AUD_RectifyFactory ( AUD_IFactory factory)

Creates a new rectify factory.

Parameters:
factoryThe input factory.

Definition at line 42 of file AUD_RectifyFactory.cpp.


Member Function Documentation

AUD_IReader * AUD_RectifyFactory::createReader ( ) const [virtual]

Creates a reader for playback of the sound source.

Returns:
A pointer to an AUD_IReader object or NULL if there has been an error.
Exceptions:
AUD_ExceptionAn exception may be thrown if there has been a more unexpected error during reader creation.

Implements AUD_IFactory.

Definition at line 47 of file AUD_RectifyFactory.cpp.

References AUD_EffectFactory::getReader(), and rectifyFilter().


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