RiIOReadAscii


[ IO | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

class RiIOReadAscii : public RiIORead
{
public:
// Constructors and assignment
RiIOReadAscii(istream &in);
// Members
bool ReadChar(char &c);
bool ReadUChar(unsigned char &c);
bool ReadChars(char *s, int len);
bool ReadUChars(unsigned char *s, int len);
bool ReadUShort(int &s);
bool ReadUInt(unsigned int &i);
bool ReadInt(int &i);
bool ReadReal(RiReal &r);
bool ReadVector2(RiVector2 &v);
bool ReadVector3(RiVector3 &v);
protected:
}; // RiIOReadAscii


DESCRIPTION


RiIOReadAscii(istream &in);

Default Constructor

    RiIOReadAscii(istream &in);

bool ReadChar(char &c);

    virtual bool ReadChar(char &c);

bool ReadUChar(unsigned char &c);

    virtual bool ReadUChar(unsigned char &c);

bool ReadChars(char *s, int len);

    virtual bool ReadChars(char *s, int len);

bool ReadUChars(unsigned char *s, int len);

    virtual bool ReadUChars(unsigned char *s, int len);

bool ReadUShort(int &s);

    virtual bool ReadUShort(int &s);

bool ReadUInt(unsigned int &i);

    virtual bool ReadUInt(unsigned int &i);

bool ReadInt(int &i);

    virtual bool ReadInt(int &i);

bool ReadReal(RiReal &r);

    virtual bool ReadReal(RiReal &r);

bool ReadVector2(RiVector2 &v);

    virtual bool ReadVector2(RiVector2 &v);

bool ReadVector3(RiVector3 &v);

    virtual bool ReadVector3(RiVector3 &v);

All Members

public:
// Members
bool ReadChar(char &c); // pure virtual
bool ReadUChar(unsigned char &c); // pure virtual
bool ReadChars(char *s, int len); // pure virtual
bool ReadUChars(unsigned char *s, int len); // pure virtual
bool ReadUShort(int &s); // pure virtual
bool ReadUInt(unsigned int &i); // pure virtual
bool ReadInt(int &i); // pure virtual
bool ReadReal(RiReal &r); // pure virtual
bool ReadVector2(RiVector2 &v); // pure virtual
bool ReadVector3(RiVector3 &v); // pure virtual
protected:

Ancestors

Inheritance chain for RiIOReadAscii:


Descendants

Class is not inherited by any others.


Generated from source by the Cocoon utilities on Fri Feb 25 15:15:21 2000 .