OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    TopTools_LocationSet Class Reference

    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.
    void Clear ()
     Clears the content of the set.
    int Add (const TopLoc_Location &L)
     Incorporate a new Location in the set and returns its index.
    const TopLoc_LocationLocation (const int I) const
     Returns the location of index .
    int Index (const TopLoc_Location &L) const
     Returns the index of <L>.
    void Dump (Standard_OStream &OS) const
     Dumps the content of me on the stream <OS>.
    void Write (Standard_OStream &OS, const Message_ProgressRange &theProgress=Message_ProgressRange()) const
     Writes the content of me on the stream <OS> in a format that can be read back by Read.
    void Read (Standard_IStream &IS, const Message_ProgressRange &theProgress=Message_ProgressRange())
     Reads the content of me from the stream <IS>. me is first cleared.

    Detailed Description

    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.

    Constructor & Destructor Documentation

    ◆ TopTools_LocationSet()

    TopTools_LocationSet::TopTools_LocationSet ( )

    Returns an empty set of locations.

    Member Function Documentation

    ◆ Add()

    int TopTools_LocationSet::Add ( const TopLoc_Location & L)

    Incorporate a new Location in the set and returns its index.

    ◆ Clear()

    void TopTools_LocationSet::Clear ( )

    Clears the content of the set.

    ◆ Dump()

    void TopTools_LocationSet::Dump ( Standard_OStream & OS) const

    Dumps the content of me on the stream <OS>.

    ◆ Index()

    int TopTools_LocationSet::Index ( const TopLoc_Location & L) const

    Returns the index of <L>.

    ◆ Location()

    const TopLoc_Location & TopTools_LocationSet::Location ( const int I) const

    Returns the location of index .

    ◆ Read()

    void TopTools_LocationSet::Read ( Standard_IStream & IS,
    const Message_ProgressRange & theProgress = Message_ProgressRange() )

    Reads the content of me from the stream <IS>. me is first cleared.

    ◆ Write()

    void TopTools_LocationSet::Write ( Standard_OStream & OS,
    const Message_ProgressRange & theProgress = Message_ProgressRange() ) const

    Writes the content of me on the stream <OS> in a format that can be read back by Read.


    The documentation for this class was generated from the following file: