@@ -538,76 +538,6 @@ None
538538/* *****************************
539539* class CDF_DirectoryIterator *
540540******************************/
541- class CDF_DirectoryIterator {
542- public:
543- /* ***************** CDF_DirectoryIterator ******************/
544- /* *** md5 signature: 316f0bdfc834bb5a8b63eb124c157da2 ****/
545- %feature(" compactdefaultargs" ) CDF_DirectoryIterator;
546- %feature(" autodoc" , " Creates an iterator with the directory of the current cdf.
547-
548- Returns
549- -------
550- None
551- " ) CDF_DirectoryIterator;
552- CDF_DirectoryIterator ();
553-
554- /* ***************** CDF_DirectoryIterator ******************/
555- /* *** md5 signature: f24bc6c0ddf288238dbdc502366201c4 ****/
556- %feature(" compactdefaultargs" ) CDF_DirectoryIterator;
557- %feature(" autodoc" , " No available documentation.
558-
559- Parameters
560- ----------
561- aDirectory: CDF_Directory
562-
563- Returns
564- -------
565- None
566- " ) CDF_DirectoryIterator;
567- CDF_DirectoryIterator (const opencascade::handle<CDF_Directory> & aDirectory);
568-
569- /* ***************** Document ******************/
570- /* *** md5 signature: 55ff6bd0395bbe9a88684a923d438ce4 ****/
571- %feature(" compactdefaultargs" ) Document;
572- %feature(" autodoc" , " Returns item value of current entry.
573-
574- Returns
575- -------
576- opencascade::handle<CDM_Document>
577- " ) Document;
578- opencascade::handle<CDM_Document> Document ();
579-
580- /* ***************** MoreDocument ******************/
581- /* *** md5 signature: 730aecc2f48742774c05452aae894266 ****/
582- %feature(" compactdefaultargs" ) MoreDocument;
583- %feature(" autodoc" , " Returns true if there are more entries to return.
584-
585- Returns
586- -------
587- bool
588- " ) MoreDocument;
589- Standard_Boolean MoreDocument ();
590-
591- /* ***************** NextDocument ******************/
592- /* *** md5 signature: 461652bdaf60c070a13d655488b9747f ****/
593- %feature(" compactdefaultargs" ) NextDocument;
594- %feature(" autodoc" , " Go to the next entry (if there is not, value will raise an exception).
595-
596- Returns
597- -------
598- None
599- " ) NextDocument;
600- void NextDocument ();
601-
602- };
603-
604-
605- %extend CDF_DirectoryIterator {
606- %pythoncode {
607- __repr__ = _dumps_object
608- }
609- };
610-
611541/* **************************
612542* class CDF_MetaDataDriver *
613543***************************/
@@ -1659,6 +1589,14 @@ TCollection_ExtendedString
16591589 }
16601590};
16611591
1592+ /* python proxy for excluded classes */
1593+ %pythoncode {
1594+ @classnotwrapped
1595+ class CDF_DirectoryIterator :
1596+ pass
1597+
1598+ }
1599+ /* end python proxy for excluded classes */
16621600/* harray1 classes */
16631601/* harray2 classes */
16641602/* hsequence classes */
0 commit comments