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

This class is used to read and write a PTA_stdfloat from a Datagram, in support of Bam. More...

#include "ioPtaDatagramFloat.h"

Static Public Member Functions

static PTA_stdfloat read_datagram (BamReader *manager, DatagramIterator &source)
 
static void write_datagram (BamWriter *manager, Datagram &dest, CPTA_stdfloat array)
 

Detailed Description

This class is used to read and write a PTA_stdfloat from a Datagram, in support of Bam.

It's not intended to be constructed; it's just a convenient place to scope these static methods which should be called directly.

Definition at line 33 of file ioPtaDatagramFloat.h.

Member Function Documentation

◆ read_datagram()

PTA_stdfloat IoPtaDatagramFloat::read_datagram ( BamReader * manager,
DatagramIterator & source )
static

Definition at line 34 of file ioPtaDatagramFloat.cxx.

◆ write_datagram()

void IoPtaDatagramFloat::write_datagram ( BamWriter * manager,
Datagram & dest,
CPTA_stdfloat array )
static

Definition at line 23 of file ioPtaDatagramFloat.cxx.


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