#include <GrFileDescriptorSink.h>
Inheritance diagram for GrFileDescriptorSink:

Public Member Functions | |
| GrFileDescriptorSink (size_t itemsize, int file_descriptor) | |
| ~GrFileDescriptorSink () | |
| virtual const char * | name () |
| default name for a module (override with actual name) | |
| virtual int | work3 (VrSampleRange output, VrSampleRange inputs[], void *i[]) |
Private Attributes | |
| size_t | d_itemsize |
| int | d_fd |
Given an item size and a file descriptor, create a sink that writes binary objects of size itemsize to the given file descriptor.
itemsize is in bytes.
|
||||||||||||
|
|
|
|
|
|
|
default name for a module (override with actual name)
Reimplemented from GrSink.
|
|
||||||||||||||||
|
Implements GrSink.
|
|
|
|
|
|
|
1.3.8