27 #ifndef SVTK_SELECTORDEF_H 
   28 #define SVTK_SELECTORDEF_H 
   33 #include <TColStd_IndexedMapOfInteger.hxx> 
   34 #include <TColStd_MapOfInteger.hxx> 
   35 #include <vtkSmartPointer.h> 
  109             TColStd_IndexedMapOfInteger& theIndex );
 
  114                     const TColStd_IndexedMapOfInteger& theIndices, 
 
  115                     bool theIsModeShift);
 
  119                     const TColStd_MapOfInteger& theIndices, 
 
  120                     bool theIsModeShift);
 
  125                     bool theIsModeShift);
 
  159           const 
bool theIsNode = false) const;
 
  216       return strcmp(theRightIO->getEntry(),theLeftIO->getEntry()) < 0;
 
  237                    vtkSmartPointer<SALOME_Actor>,
 
  246   typedef std::map<TFilterID,Handle(VTKViewer_Filter)> 
TFilters;