Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
AnimChannelScalarTable Class Reference

An animation channel that issues a scalar each frame, read from a table such as might have been read from an egg file. More...

Inheritance diagram for AnimChannelScalarTable:
AnimChannelScalar AnimChannelBase AnimGroup TypedWritableReferenceCount Namable TypedWritable ReferenceCount TypedObject

List of all members.

Public Member Functions

 clearTable ()
 Empties the data table.
ConstPointerToArrayfloat getTable ()
 Returns a pointer to the table's data, if it exists, or NULL if it does not.
bool hasTable ()
 Returns true if the data table has been assigned.
 setTable (ConstPointerToArrayfloat const table)
 Assigns the data table.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

An animation channel that issues a scalar each frame, read from a table such as might have been read from an egg file.


Member Function Documentation

Empties the data table.

static TypeHandle getClassType ( ) [static]

Reimplemented from AnimChannelScalar.

ConstPointerToArrayfloat getTable ( )

Returns a pointer to the table's data, if it exists, or NULL if it does not.

bool hasTable ( )

Returns true if the data table has been assigned.

setTable ( ConstPointerToArrayfloat const  table)

Assigns the data table.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties