File indexing completed on 2026-09-24 09:17:42
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _Transfer_IteratorOfProcessForTransient_HeaderFile
0018 #define _Transfer_IteratorOfProcessForTransient_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <Standard_Transient.hxx>
0025 #include <NCollection_Sequence.hxx>
0026 #include <NCollection_HSequence.hxx>
0027 #include <Transfer_TransferIterator.hxx>
0028 #include <NCollection_IndexedDataMap.hxx>
0029 #include <Transfer_Binder.hxx>
0030
0031 class Standard_NoSuchObject;
0032 class Standard_Transient;
0033 class Transfer_ProcessForTransient;
0034 class Transfer_ActorOfProcessForTransient;
0035 class Transfer_Binder;
0036
0037 class Transfer_IteratorOfProcessForTransient : public Transfer_TransferIterator
0038 {
0039 public:
0040 DEFINE_STANDARD_ALLOC
0041
0042
0043
0044
0045 Standard_EXPORT Transfer_IteratorOfProcessForTransient(const bool withstarts);
0046
0047
0048
0049
0050 Standard_EXPORT void Add(const occ::handle<Transfer_Binder>& binder);
0051
0052
0053
0054
0055
0056 Standard_EXPORT void Add(const occ::handle<Transfer_Binder>& binder,
0057 const occ::handle<Standard_Transient>& start);
0058
0059
0060
0061
0062
0063 Standard_EXPORT void Filter(
0064 const occ::handle<NCollection_HSequence<occ::handle<Standard_Transient>>>& list,
0065 const bool keep = true);
0066
0067
0068
0069 Standard_EXPORT bool HasStarting() const;
0070
0071
0072 Standard_EXPORT const occ::handle<Standard_Transient>& Starting() const;
0073
0074 private:
0075 occ::handle<NCollection_HSequence<occ::handle<Standard_Transient>>> thestarts;
0076 };
0077
0078 #endif