![]() |
Open CASCADE Technology Reference Manual 8.0.1
|
Class for iterating texture set. More...
#include <Graphic3d_TextureSet.hxx>

Public Member Functions | |
| Iterator ()=default | |
| Empty constructor. | |
| Iterator (const occ::handle< Graphic3d_TextureSet > &theSet) | |
| Constructor. | |
| Public Member Functions inherited from NCollection_Iterator< Container > | |
| NCollection_Iterator () | |
| NCollection_Iterator (const NCollection_Iterator &theOther) | |
| NCollection_Iterator (const Container &theList) | |
| NCollection_Iterator (const Container &theList, const typename Container::iterator &theOther) | |
| NCollection_Iterator (const Container &theList, typename Container::iterator &&theOther) | |
| ~NCollection_Iterator () noexcept=default | |
| void | Init (Container &theList) |
| void | Init (const Container &theList) |
| virtual bool | More () const noexcept |
| void | Initialize (Container &theList) |
| void | Initialize (const Container &theList) |
| const Container::iterator & | ValueIter () const noexcept |
| Container::iterator & | ChangeValueIter () noexcept |
| const Container::iterator & | EndIter () const noexcept |
| Container::iterator & | ChangeEndIter () noexcept |
| virtual void | Next () noexcept |
| const Container::const_reference | Value () const |
| const Container::reference | ChangeValue () |
| bool | operator== (const NCollection_Iterator &theOther) noexcept |
| bool | operator!= (const NCollection_Iterator &theOther) noexcept |
| NCollection_Iterator & | operator= (const NCollection_Iterator &theOther) noexcept |
| NCollection_Iterator & | operator= (NCollection_Iterator &&theOther) noexcept |
Class for iterating texture set.
|
default |
Empty constructor.
|
inline |
Constructor.