template<class T> struct osgDB::type_wrapper

a class template that checks inheritance between a given Object's class and a class defined at compile time through the template parameter T.

[more]bool matches(const osg::Object* proto) const


Documentation

a class template that checks inheritance between a given Object's class and a class defined at compile time through the template parameter T. This is used in conjunction with readObjectOfType() to specify an abstract class as reference type.
obool matches(const osg::Object* proto) const

Alphabetic index HTML hierarchy of classes or Java



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