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 void fetch_into_buffer (double time, unsigned char *block, bool rgba)
 See MovieVideoCursor::fetch_into_buffer.
virtual TypeHandle force_init_type ()
virtual TypeHandle get_type () const

Static Public Member Functions

static TypeHandle get_class_type ()
static void init_type ()

Protected Attributes

unsigned char * _cells
unsigned char * _cells2
int _fps
int _frames_read

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

void InkblotVideoCursor::fetch_into_buffer ( double  time,
unsigned char *  block,
bool  rgba 
) [virtual]

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