|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Called when this processor is attached to a container.
| container | Container this processor is being attached to |
This method provides an opportunity for the processor to:
Unlike BufferProcessor which may be attached implicitly through chains, DataProcessor attachment is typically an explicit operation that triggers immediate initialization.
Implemented in MayaFlux::Kakshya::ContiguousAccessProcessor, and MayaFlux::Kakshya::RegionProcessorBase.