IntVectSet implementation based std::set.  
 More...
#include <StdSetIVS.H>
IntVectSet implementation based std::set. 
 
◆ StdSetIVS() [1/3]
◆ StdSetIVS() [2/3]
      
        
          | StdSetIVS::StdSetIVS  | 
          ( | 
          const Box &  | 
          a_box | ) | 
           | 
        
      
 
 
◆ StdSetIVS() [3/3]
      
        
          | StdSetIVS::StdSetIVS  | 
          ( | 
          const StdSetIVS &  | 
          a_sivs | ) | 
           | 
        
      
 
 
◆ ~StdSetIVS()
  
  
      
        
          | StdSetIVS::~StdSetIVS  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ define() [1/3]
      
        
          | void StdSetIVS::define  | 
          ( | 
          const Box &  | 
           | ) | 
           | 
        
      
 
 
◆ define() [2/3]
      
        
          | void StdSetIVS::define  | 
          ( | 
          const StdSetIVS &  | 
          a_sivs | ) | 
           | 
        
      
 
 
◆ operator=()
◆ operator|=() [1/3]
◆ operator|=() [2/3]
◆ operator|=() [3/3]
◆ operator &=() [1/3]
◆ operator &=() [2/3]
◆ operator &=() [3/3]
◆ operator-=() [1/3]
◆ operator-=() [2/3]
◆ operator-=() [3/3]
◆ operator==()
      
        
          | bool StdSetIVS::operator==  | 
          ( | 
          const StdSetIVS &  | 
          lhs | ) | 
           const | 
        
      
 
 
◆ contains() [1/2]
      
        
          | bool StdSetIVS::contains  | 
          ( | 
          const IntVect &  | 
          iv | ) | 
           const | 
        
      
 
 
◆ contains() [2/2]
      
        
          | bool StdSetIVS::contains  | 
          ( | 
          const Box &  | 
          box | ) | 
           const | 
        
      
 
 
◆ grow() [1/2]
      
        
          | void StdSetIVS::grow  | 
          ( | 
          int  | 
          igrow | ) | 
           | 
        
      
 
 
◆ grow() [2/2]
      
        
          | void StdSetIVS::grow  | 
          ( | 
          int  | 
          idir,  | 
        
        
           | 
           | 
          int  | 
          igrow  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ growHi() [1/2]
      
        
          | void StdSetIVS::growHi  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ growHi() [2/2]
      
        
          | void StdSetIVS::growHi  | 
          ( | 
          int  | 
          a_dir | ) | 
           | 
        
      
 
 
◆ refine()
      
        
          | void StdSetIVS::refine  | 
          ( | 
          int  | 
          iref = 2 | ) | 
           | 
        
      
 
 
◆ coarsen()
      
        
          | void StdSetIVS::coarsen  | 
          ( | 
          int  | 
          iref = 2 | ) | 
           | 
        
      
 
 
◆ shift()
      
        
          | void StdSetIVS::shift  | 
          ( | 
          const IntVect &  | 
          iv | ) | 
           | 
        
      
 
 
◆ clear()
      
        
          | void StdSetIVS::clear  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ minBox()
      
        
          | Box StdSetIVS::minBox  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ isEmpty()
      
        
          | bool StdSetIVS::isEmpty  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ makeEmpty()
      
        
          | void StdSetIVS::makeEmpty  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ numPts()
      
        
          | int StdSetIVS::numPts  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ linearSize()
      
        
          | int StdSetIVS::linearSize  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ linearIn()
      
        
          | void StdSetIVS::linearIn  | 
          ( | 
          const void *const  | 
          inBuf | ) | 
           | 
        
      
 
 
◆ linearOut()
      
        
          | void StdSetIVS::linearOut  | 
          ( | 
          void *const  | 
          a_outBuf | ) | 
           const | 
        
      
 
 
◆ define() [3/3]
◆ getVectorIV()
◆ StdSetIVSIterator
◆ m_stdSet
The documentation for this class was generated from the following file: