#include "pandabase.h"
#include "notify.h"
#include "typedWritable.h"
#include "datagramSink.h"
#include "pdeque.h"
#include "bamWriter.I"
Go to the source code of this file.
Compounds | |
class | BamWriter |
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by a BamReader. More... | |
class | BamWriter::StoreState |
Defines | |
#define | WRITE_PTA(Manager, dest, Write_func, array) |
Definition in file bamWriter.h.
|
Value: if (!Manager->register_pta(dest, array.p())) \
{ \
Write_func(dest, array); \
} \
Definition at line 35 of file bamWriter.h. Referenced by GeomSprite::print_draw_immediate(). |