class SG_EXPORT osg::ReaderWriter: public Referenced

pure virtual base class for reading and writing of non native formats.

Inheritance:


Public Methods

[more]virtual ~ReaderWriter()
[more]virtual const char* className()
[more]virtual bool acceptsExtension(const std::string& )
[more]virtual Object* readObject(const std::string& )
[more]virtual Image* readImage(const std::string& )
[more]virtual Node* readNode(const std::string& )
[more]virtual bool writeObject(Object& , const std::string& )
[more]virtual bool writeImage(Image& , const std::string& )
[more]virtual bool writeNode(Node& , const std::string& )


Inherited from Referenced:

Public Methods

oReferenced& operator = (Referenced&)
ovoid ref()
ovoid unref()
oint referenceCount()

Protected Fields

oint _refCount


Documentation

pure virtual base class for reading and writing of non native formats.
ovirtual ~ReaderWriter()

ovirtual const char* className()

ovirtual bool acceptsExtension(const std::string& )

ovirtual Object* readObject(const std::string& )

ovirtual Image* readImage(const std::string& )

ovirtual Node* readNode(const std::string& )

ovirtual bool writeObject(Object& , const std::string& )

ovirtual bool writeImage(Image& , const std::string& )

ovirtual bool writeNode(Node& , const std::string& )


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.