Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RenderEffect Class Reference

#include <renderEffect.h>

Inheritance diagram for RenderEffect:

TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject BillboardEffect CompassEffect DecalEffect ShowBoundsEffect List of all members.

Public Member Functions

virtual ~RenderEffect ()
INLINE int compare_to (const RenderEffect &other) const
virtual bool safe_to_transform () const
virtual bool safe_to_combine () const
virtual CPT (RenderEffect) xform(const LMatrix4f &mat) const
virtual void write (ostream &out, int indent_level) const
virtual void write_datagram (BamWriter *manager, Datagram &dg)
virtual void finalize ()
virtual TypeHandle get_type () const
virtual TypeHandle force_init_type ()

Static Public Member Functions

TypedWritablechange_this (TypedWritable *old_ptr, BamReader *manager)
TypeHandle get_class_type ()
void init_type ()

Public Attributes

PUBLISHED __pad0__: virtual void output(ostream &out) const

Protected Member Functions

 RenderEffect ()
virtual int compare_to_impl (const RenderEffect *other) const
void fillin (DatagramIterator &scan, BamReader *manager)

Static Protected Member Functions

 CPT (RenderEffect) return_new(RenderEffect *effect)
TypedWritablenew_from_bam (RenderEffect *effect, BamReader *manager)

Private Types

typedef pset< const RenderEffect *,
IndirectCompareTo< RenderEffect > > 
Effects

Private Member Functions

 RenderEffect (const RenderEffect &copy)
void operator= (const RenderEffect &copy)

Private Attributes

Effects::iterator _saved_entry

Static Private Attributes

Effects _effects
TypeHandle _type_handle

Member Typedef Documentation

typedef pset<const RenderEffect *, IndirectCompareTo<RenderEffect> > RenderEffect::Effects [private]
 

Definition at line 80 of file renderEffect.h.


Constructor & Destructor Documentation

RenderEffect::RenderEffect  )  [protected]
 

Definition at line 32 of file renderEffect.cxx.

References _effects, and _saved_entry.

RenderEffect::RenderEffect const RenderEffect &  copy  )  [private]
 

Definition at line 42 of file renderEffect.cxx.

RenderEffect::~RenderEffect  )  [virtual]
 

Definition at line 63 of file renderEffect.cxx.

References _effects, and _saved_entry.


Member Function Documentation

TypedWritable * RenderEffect::change_this TypedWritable old_ptr,
BamReader manager
[static]
 

Definition at line 221 of file renderEffect.cxx.

References CPT(), DCAST, pointer, and BamReader::register_finalize().

INLINE int RenderEffect::compare_to const RenderEffect &  other  )  const
 

int RenderEffect::compare_to_impl const RenderEffect *  other  )  const [protected, virtual]
 

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 194 of file renderEffect.cxx.

RenderEffect::CPT RenderEffect   )  [static, protected]
 

Reimplemented in BillboardEffect, BillboardEffect, and BillboardEffect.

virtual RenderEffect::CPT RenderEffect   )  const [virtual]
 

Reimplemented in CompassEffect.

Referenced by change_this().

void RenderEffect::fillin DatagramIterator scan,
BamReader manager
[protected]
 

Reimplemented from TypedWritable.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 268 of file renderEffect.cxx.

References TypedWritable::fillin().

Referenced by ShowBoundsEffect::fillin(), DecalEffect::fillin(), CompassEffect::fillin(), and BillboardEffect::fillin().

void RenderEffect::finalize  )  [virtual]
 

Reimplemented from TypedWritable.

Definition at line 248 of file renderEffect.cxx.

References ReferenceCount::unref().

virtual TypeHandle RenderEffect::force_init_type void   )  [inline, virtual]
 

Reimplemented from TypedWritableReferenceCount.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 106 of file renderEffect.h.

References ReferenceCount::get_class_type(), and TypedWritableReferenceCount::init_type().

TypeHandle RenderEffect::get_class_type void   )  [inline, static]
 

Reimplemented from ReferenceCount.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 95 of file renderEffect.h.

Referenced by ShowBoundsEffect::force_init_type(), DecalEffect::force_init_type(), CompassEffect::force_init_type(), BillboardEffect::force_init_type(), ShowBoundsEffect::get_type(), DecalEffect::get_type(), CompassEffect::get_type(), BillboardEffect::get_type(), ShowBoundsEffect::init_type(), DecalEffect::init_type(), CompassEffect::init_type(), and BillboardEffect::init_type().

virtual TypeHandle RenderEffect::get_type void   )  const [inline, virtual]
 

Reimplemented from TypedWritableReferenceCount.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 103 of file renderEffect.h.

References ReferenceCount::get_class_type().

void RenderEffect::init_type void   )  [inline, static]
 

Reimplemented from TypedWritableReferenceCount.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 98 of file renderEffect.h.

References ReferenceCount::get_class_type(), TypedWritableReferenceCount::init_type(), and register_type().

Referenced by ShowBoundsEffect::force_init_type(), DecalEffect::force_init_type(), CompassEffect::force_init_type(), BillboardEffect::force_init_type(), init_libpgraph(), ShowBoundsEffect::init_type(), DecalEffect::init_type(), CompassEffect::init_type(), and BillboardEffect::init_type().

TypedWritable* RenderEffect::new_from_bam RenderEffect *  effect,
BamReader manager
[static, protected]
 

void RenderEffect::operator= const RenderEffect &  copy  )  [private]
 

Definition at line 52 of file renderEffect.cxx.

bool RenderEffect::safe_to_combine  )  const [virtual]
 

Reimplemented in DecalEffect, and ShowBoundsEffect.

Definition at line 104 of file renderEffect.cxx.

bool RenderEffect::safe_to_transform  )  const [virtual]
 

Reimplemented in BillboardEffect, and CompassEffect.

Definition at line 92 of file renderEffect.cxx.

void RenderEffect::write ostream &  out,
int  indent_level
const [virtual]
 

Definition at line 135 of file renderEffect.cxx.

References indent().

void RenderEffect::write_datagram BamWriter manager,
Datagram dg
[virtual]
 

Implements TypedWritableReferenceCount.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 205 of file renderEffect.cxx.

References TypedWritable::write_datagram().

Referenced by ShowBoundsEffect::write_datagram(), DecalEffect::write_datagram(), CompassEffect::write_datagram(), and BillboardEffect::write_datagram().


Member Data Documentation

PUBLISHED RenderEffect::__pad0__
 

Reimplemented from TypedWritableReferenceCount.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 71 of file renderEffect.h.

RenderEffect::Effects RenderEffect::_effects [static, private]
 

Definition at line 23 of file renderEffect.cxx.

Referenced by RenderEffect(), and ~RenderEffect().

Effects::iterator RenderEffect::_saved_entry [private]
 

Definition at line 83 of file renderEffect.h.

Referenced by RenderEffect(), and ~RenderEffect().

TypeHandle RenderEffect::_type_handle [static, private]
 

Reimplemented from TypedWritableReferenceCount.

Reimplemented in BillboardEffect, CompassEffect, DecalEffect, and ShowBoundsEffect.

Definition at line 24 of file renderEffect.cxx.


The documentation for this class was generated from the following files:
Generated on Fri Apr 18 00:13:28 2003 for Panda by doxygen1.3