Panda3D
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
ACMatrixSwitchType Class Reference

Public Types

typedef LMatrix4 ValueType
 

Static Public Member Functions

static const char * get_channel_type_name ()
 
static const char * get_fixed_channel_type_name ()
 
static const char * get_part_type_name ()
 
static void output_value (std::ostream &out, const ValueType &value)
 Outputs a very brief description of a matrix.
 
static void read_datagram (DatagramIterator &source, ValueType &me)
 
static void write_datagram (Datagram &dest, ValueType &me)
 

Detailed Description

Definition at line 78 of file animChannel.h.

Member Typedef Documentation

◆ ValueType

typedef LMatrix4 ACMatrixSwitchType::ValueType

Definition at line 80 of file animChannel.h.

Member Function Documentation

◆ get_channel_type_name()

static const char * ACMatrixSwitchType::get_channel_type_name ( )
inlinestatic

Definition at line 81 of file animChannel.h.

◆ get_fixed_channel_type_name()

static const char * ACMatrixSwitchType::get_fixed_channel_type_name ( )
inlinestatic

Definition at line 82 of file animChannel.h.

◆ get_part_type_name()

static const char * ACMatrixSwitchType::get_part_type_name ( )
inlinestatic

Definition at line 83 of file animChannel.h.

◆ output_value()

void ACMatrixSwitchType::output_value ( std::ostream & out,
const ValueType & value )
static

Outputs a very brief description of a matrix.

Definition at line 24 of file animChannel.cxx.

◆ read_datagram()

static void ACMatrixSwitchType::read_datagram ( DatagramIterator & source,
ValueType & me )
inlinestatic

Definition at line 90 of file animChannel.h.

◆ write_datagram()

static void ACMatrixSwitchType::write_datagram ( Datagram & dest,
ValueType & me )
inlinestatic

Definition at line 86 of file animChannel.h.


The documentation for this class was generated from the following files: