Panda3D
Functions
bamReader.I File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

Go to the source code of this file.

Functions

void parse_params (const FactoryParams &params, DatagramIterator &scan, BamReader *&manager)
 Takes in a FactoryParams, passed from a WritableFactory into any TypedWritable's make function, and parses out the datagram that contatins the data it needs to construct itself, and parses out the pointer to the managing BamReader object. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
jason
Date
2000-06-12

Definition in file bamReader.I.

Function Documentation

◆ parse_params()

void parse_params ( const FactoryParams params,
DatagramIterator scan,
BamReader *&  manager 
)
inline