mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 00:19:41 +05:00
Fix compilation on Debian
- typedef SMDS_SetIterator< const _QuadFaceGrid&, TChildren::const_iterator > TChildIterator; + typedef SMDS_SetIterator< const _QuadFaceGrid&, + TChildren::const_iterator, + SMDS::SimpleAccessor<const _QuadFaceGrid&,TChildren::const_iterator>, + SMDS::PassAllValueFilter<_QuadFaceGrid> > + TChildIterator;
This commit is contained in:
parent
be115771d7
commit
f2e7ef1458
@ -164,7 +164,11 @@ public: //** Methods to find and orient faces of 6 sides of the box **//
|
||||
|
||||
int NbChildren() const { return myChildren.size(); }
|
||||
|
||||
typedef SMDS_SetIterator< const _QuadFaceGrid&, TChildren::const_iterator > TChildIterator;
|
||||
typedef SMDS_SetIterator< const _QuadFaceGrid&,
|
||||
TChildren::const_iterator,
|
||||
SMDS::SimpleAccessor<const _QuadFaceGrid&,TChildren::const_iterator>,
|
||||
SMDS::PassAllValueFilter<_QuadFaceGrid> >
|
||||
TChildIterator;
|
||||
|
||||
TChildIterator GetChildren() const
|
||||
{ return TChildIterator( myChildren.begin(), myChildren.end()); }
|
||||
|
Loading…
Reference in New Issue
Block a user