- Cal3D 0.11 API Reference - |
CalDataSource abstract interface class. More...
#include <datasource.h>
CalDataSource abstract interface class.
This is an abstract class designed to represent a source of Cal3d data, whether it is an ifstream, istream, or even a memory buffer. Inheriting classes must implement the 'read' functions below.