15 #include "showBoundsEffect.h"
16 #include "bamReader.h"
17 #include "bamWriter.h"
19 #include "datagramIterator.h"
31 effect->_tight = tight;
32 return return_new(effect);
42 bool ShowBoundsEffect::
43 safe_to_combine()
const {
62 int ShowBoundsEffect::
65 DCAST_INTO_R(ta, other, 0);
67 return (
int)_tight - (int)ta->_tight;
107 parse_params(params, scan, manager);
108 effect->fillin(scan, manager);
120 void ShowBoundsEffect::
122 RenderEffect::fillin(scan, manager);
static void register_with_read_factory()
Tells the BamReader how to create objects of type ShowBoundsEffect.
bool get_bool()
Extracts a boolean value.
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
Base class for objects that can be written to and read from Bam files.
Applied to a GeomNode to cause a visible bounding volume to be drawn for this node.
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
This is the base class for a number of special render effects that may be set on scene graph nodes to...
virtual void write_datagram(BamWriter *manager, Datagram &dg)
Writes the contents of this object to the datagram for shipping out to a Bam file.
void add_bool(bool value)
Adds a boolean value to the datagram.
An instance of this class is passed to the Factory when requesting it to do its business and construc...
void register_factory(TypeHandle handle, CreateFunc *func)
Registers a new kind of thing the Factory will be able to create.
virtual void write_datagram(BamWriter *manager, Datagram &dg)
Writes the contents of this object to the datagram for shipping out to a Bam file.
static WritableFactory * get_factory()
Returns the global WritableFactory for generating TypedWritable objects.
A class to retrieve the individual data elements previously stored in a Datagram. ...
TypeHandle is the identifier used to differentiate C++ class types.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...