void register_Intersectors_class(){

    { //::std::vector< osg::ref_ptr<osgUtil::Intersector> >
        typedef bp::class_< std::vector< osg::ref_ptr<osgUtil::Intersector> > > Intersectors_exposer_t;
        Intersectors_exposer_t Intersectors_exposer = Intersectors_exposer_t( "Intersectors" );
        bp::scope Intersectors_scope( Intersectors_exposer );
        Intersectors_exposer.def( bp::indexing::vector_suite< std::vector< osg::ref_ptr<osgUtil::Intersector> > >() );
    }

}
void register_Intersectors_class(){

    { //::std::vector< osg::ref_ptr<osgUtil::Intersector> >
        typedef bp::class_< std::vector< osg::ref_ptr<osgUtil::Intersector> > > Intersectors_exposer_t;
        Intersectors_exposer_t Intersectors_exposer = Intersectors_exposer_t( "Intersectors", "\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 Intersectors_scope( Intersectors_exposer );
        Intersectors_exposer.def( bp::indexing::vector_suite< std::vector< osg::ref_ptr<osgUtil::Intersector> > >() );
    }

}