Searched refs:RegionBand (Results 1 – 4 of 4) sorted by relevance
31 DBG_NAME( RegionBand )37 RegionBand::RegionBand() in DBG_NAMEEX()44 RegionBand::RegionBand(const RegionBand& rRef) in RegionBand() function in RegionBand52 RegionBand& RegionBand::operator=(const RegionBand& rRef) in operator =()81 RegionBand::RegionBand(const Rectangle& rRect) in RegionBand() function in RegionBand115 RegionBand::~RegionBand() in ~RegionBand()121 bool RegionBand::operator==( const RegionBand& rRegionBand ) const in operator ==()973 void RegionBand::Union(const RegionBand& rSource) in Union()1082 void RegionBand::Intersect(const RegionBand& rSource) in Intersect()1164 bool RegionBand::Exclude(const RegionBand& rSource) in Exclude()[all …]
101 RegionBand* pRegionBand = new RegionBand(); in ImplRectilinearPolygonToBands()199 RegionBand* pRegionBand = new RegionBand(); in ImplGeneralPolygonToBands()464 RegionBand* pNew = new RegionBand(*getRegionBand()); in Move()581 RegionBand* pNew = new RegionBand(*pCurrent); in Union()674 RegionBand* pNew = new RegionBand(*pCurrent); in Intersect()755 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()840 RegionBand* pNew = new RegionBand(*getRegionBand()); in XOr()937 RegionBand* pNew = new RegionBand(*pCurrent); in Union()1057 RegionBand* pNew = pCurrent ? new RegionBand(*pCurrent) : new RegionBand(); in Intersect()1144 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()[all …]
34 class RegionBand class45 RegionBand();46 RegionBand(const RegionBand&);47 RegionBand& operator=(const RegionBand&);48 RegionBand(const Rectangle&);49 ~RegionBand();52 …bool operator!=( const RegionBand& rRegionBand ) const { return !(RegionBand::operator==( rRegionB… in operator !=()72 void Union(const RegionBand& rSource);75 void Intersect(const RegionBand& rSource);76 bool Exclude(const RegionBand& rSource);[all …]
32 class RegionBand;38 typedef boost::shared_ptr< RegionBand > RegionBandPtr;79 const RegionBand* getRegionBand() const { return mpRegionBand.get(); } in getRegionBand()85 const RegionBand* GetAsRegionBand() const;
Completed in 46 milliseconds