// Module : SALOME
// $Header$
+
#include <TColStd_MapIteratorOfMapOfInteger.hxx>
#include <TColStd_IndexedMapOfInteger.hxx>
#include "SALOME_ListIteratorOfListIO.hxx"
#include "SVTK_Selector.h"
-
#include "utilities.h"
SVTK_Selector
const TColStd_IndexedMapOfInteger& theIndices,
bool theIsModeShift)
{
+ TColStd_IndexedMapOfInteger empty;
if(!myMapIOSubIndex.IsBound(theIO))
- myMapIOSubIndex.Bind(theIO,TColStd_IndexedMapOfInteger());
+ myMapIOSubIndex.Bind(theIO, empty);
TColStd_IndexedMapOfInteger& aMapIndex = myMapIOSubIndex.ChangeFind(theIO);
aMapIndex = theIndices;
const TColStd_MapOfInteger& theIndices,
bool theIsModeShift)
{
+ TColStd_IndexedMapOfInteger empty;
if(!myMapIOSubIndex.IsBound(theIO))
- myMapIOSubIndex.Bind(theIO,TColStd_IndexedMapOfInteger());
+ myMapIOSubIndex.Bind(theIO, empty);
TColStd_IndexedMapOfInteger& aMapIndex = myMapIOSubIndex.ChangeFind(theIO);
int theIndex,
bool theIsModeShift)
{
+ TColStd_IndexedMapOfInteger empty;
if(!myMapIOSubIndex.IsBound(theIO))
- myMapIOSubIndex.Bind(theIO,TColStd_IndexedMapOfInteger());
+ myMapIOSubIndex.Bind(theIO, empty);
TColStd_IndexedMapOfInteger& aMapIndex = myMapIOSubIndex.ChangeFind(theIO);