| Open CASCADE Technology
    6.9.1
    | 
The class LocationSet stores a set of location in a relocatable state. More...
#include <TopTools_LocationSet.hxx>
| Public Member Functions | |
| TopTools_LocationSet () | |
| Returns an empty set of locations.  More... | |
| void | Clear () | 
| Clears the content of the set.  More... | |
| Standard_Integer | Add (const TopLoc_Location &L) | 
| Incorporate a new Location in the set and returns its index.  More... | |
| const TopLoc_Location & | Location (const Standard_Integer I) const | 
| Returns the location of index .  More... | |
| Standard_Integer | Index (const TopLoc_Location &L) const | 
| Returns the index of <L>.  More... | |
| void | Dump (Standard_OStream &OS) const | 
| Dumps the content of me on the stream <OS>.  More... | |
| void | Write (Standard_OStream &OS) const | 
| Writes the content of me on the stream <OS> in a format that can be read back by Read.  More... | |
| void | Read (Standard_IStream &IS) | 
| Reads the content of me from the stream <IS>. me is first cleared.  More... | |
| void | SetProgress (const Handle< Message_ProgressIndicator > &PR) | 
| Handle< Message_ProgressIndicator > | GetProgress () const | 
The class LocationSet stores a set of location in a relocatable state.
It can be created from Locations.
It can create Locations.
It can be write and read from a stream.
| TopTools_LocationSet::TopTools_LocationSet | ( | ) | 
Returns an empty set of locations.
| Standard_Integer TopTools_LocationSet::Add | ( | const TopLoc_Location & | L | ) | 
Incorporate a new Location in the set and returns its index.
| void TopTools_LocationSet::Clear | ( | ) | 
Clears the content of the set.
| void TopTools_LocationSet::Dump | ( | Standard_OStream & | OS | ) | const | 
Dumps the content of me on the stream <OS>.
| Handle< Message_ProgressIndicator > TopTools_LocationSet::GetProgress | ( | ) | const | 
| Standard_Integer TopTools_LocationSet::Index | ( | const TopLoc_Location & | L | ) | const | 
Returns the index of <L>.
| const TopLoc_Location& TopTools_LocationSet::Location | ( | const Standard_Integer | I | ) | const | 
Returns the location of index .
| void TopTools_LocationSet::Read | ( | Standard_IStream & | IS | ) | 
Reads the content of me from the stream <IS>. me is first cleared.
| void TopTools_LocationSet::SetProgress | ( | const Handle< Message_ProgressIndicator > & | PR | ) | 
| void TopTools_LocationSet::Write | ( | Standard_OStream & | OS | ) | const | 
Writes the content of me on the stream <OS> in a format that can be read back by Read.
 1.8.10
 1.8.10