Panda3D
Public Member Functions | Static Public Member Functions | Protected Attributes

InkblotVideoCursor Class Reference

A cellular automaton that generates an amusing pattern of swirling colors. More...

#include "inkblotVideoCursor.h"

Inheritance diagram for InkblotVideoCursor:
MovieVideoCursor TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject MemoryBase MemoryBase

List of all members.

Public Member Functions

 InkblotVideoCursor (InkblotVideo *src)
 xxx
virtual TypeHandle force_init_type ()
virtual TypeHandle get_type () const
virtual PT (Buffer) fetch_buffer()
virtual bool set_time (double time, int loop_count)
 See MovieVideoCursor::set_time().

Static Public Member Functions

static TypeHandle get_class_type ()
static void init_type ()

Protected Attributes

unsigned char * _cells
unsigned char * _cells2
int _current_frame
int _fps
int _last_frame

Detailed Description

A cellular automaton that generates an amusing pattern of swirling colors.

Definition at line 28 of file inkblotVideoCursor.h.


Constructor & Destructor Documentation

InkblotVideoCursor::InkblotVideoCursor ( InkblotVideo src)

xxx

Definition at line 55 of file inkblotVideoCursor.cxx.


Member Function Documentation

bool InkblotVideoCursor::set_time ( double  time,
int  loop_count 
) [virtual]

See MovieVideoCursor::set_time().

Reimplemented from MovieVideoCursor.

Definition at line 91 of file inkblotVideoCursor.cxx.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations