void register_std_vector_osgStateSetPtr_class(){

    { //::std::vector< osg::StateSet* >
        typedef bp::class_< std::vector< osg::StateSet* > > std_vector_osgStateSetPtr_exposer_t;
        std_vector_osgStateSetPtr_exposer_t std_vector_osgStateSetPtr_exposer = std_vector_osgStateSetPtr_exposer_t( "std_vector_osgStateSetPtr", "\n  A standard container which offers fixed time access to\n  individual elements in any order.\n\n  fngroup sequences\n\n  Tparam: _Tp  Type of element.\n  Tparam: _Alloc  Allocator type, defaults to allocator<_Tp>.\n\n  Meets the requirements of a <a href=tables.html#65>container</a>, a\n  <a href=tables.html#66>reversible container</a>, and a\n  <a href=tables.html#67>sequence</a>, including the\n  <a href=tables.html#68>optional sequence requirements</a> with the\n  %exception of @c push_front and @c pop_front.\n\n  In some terminology a %vector can be described as a dynamic\n  C-style array, it offers fast and efficient access to individual\n  elements in any order and saves the user from worrying about\n  memory and size allocation.  Subscripting ( @c [] ) access is\n  also provided as with C-style arrays.\n" );
        bp::scope std_vector_osgStateSetPtr_scope( std_vector_osgStateSetPtr_exposer );
        std_vector_osgStateSetPtr_exposer.def( bp::indexing::vector_suite< std::vector< osg::StateSet* > >::with_policies(bp::return_internal_reference< >()) );
    }

}
void register_std_vector_osgStateSetPtr_class(){

    { //::std::vector< osg::StateSet* >
        typedef bp::class_< std::vector< osg::StateSet* > > std_vector_osgStateSetPtr_exposer_t;
        std_vector_osgStateSetPtr_exposer_t std_vector_osgStateSetPtr_exposer = std_vector_osgStateSetPtr_exposer_t( "std_vector_osgStateSetPtr" );
        bp::scope std_vector_osgStateSetPtr_scope( std_vector_osgStateSetPtr_exposer );
        std_vector_osgStateSetPtr_exposer.def( bp::indexing::vector_suite< std::vector< osg::StateSet* > >::with_policies(bp::return_internal_reference< >()) );
    }

}