14 #ifndef LOGICOPATTRIB_H 15 #define LOGICOPATTRIB_H 60 INLINE Operation get_operation()
const;
61 MAKE_PROPERTY(operation, get_operation);
64 virtual void output(std::ostream &out)
const;
67 virtual int compare_to_impl(
const RenderAttrib *other)
const;
68 virtual size_t get_hash_impl()
const;
74 static int get_class_slot() {
77 virtual int get_slot()
const {
78 return get_class_slot();
80 MAKE_PROPERTY(class_slot, get_class_slot);
83 static void register_with_read_factory();
94 static void init_type() {
95 RenderAttrib::init_type();
97 RenderAttrib::get_class_type());
101 return get_class_type();
103 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
107 static int _attrib_slot;
110 EXPCL_PANDA_PGRAPH std::ostream &operator << (std::ostream &out, LogicOpAttrib::Operation op);
This is the base class for a number of render attributes (other than transform) that may be set on sc...
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Base class for objects that can be written to and read from Bam files.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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 int register_slot(TypeHandle type_handle, int sort, RenderAttrib *default_attrib)
Adds the indicated TypeHandle to the registry, if it is not there already, and returns a unique slot ...
An instance of this class is passed to the Factory when requesting it to do its business and construc...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
If enabled, specifies that a custom logical operation be performed instead of any color blending.
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 ...