Open CASCADE Technology 7.8.0
|
#include <NCollection_CellFilter.hxx>
Public Member Functions | |
Cell (const Point &thePnt, const NCollection_Array1< Standard_Real > &theCellSize) | |
Constructor; computes cell indices. | |
Cell (const Cell &theOther) | |
Copy constructor: ensure that list is not deleted twice. | |
void | operator= (const Cell &theOther) |
Assignment operator: ensure that list is not deleted twice. | |
~Cell () | |
Destructor; calls destructors for targets contained in the list. | |
Standard_Boolean | IsEqual (const Cell &theOther) const |
Compare cell with other one. | |
bool | operator== (const Cell &theOther) const |
Data Fields | |
NCollection_LocalArray< Cell_IndexType, 10 > | index |
ListNode * | Objects |
Auxiliary structure representing a cell in the space. Cells are stored in the map, each cell contains list of objects that belong to that cell.
|
inline |
Constructor; computes cell indices.
|
inline |
Copy constructor: ensure that list is not deleted twice.
|
inline |
Destructor; calls destructors for targets contained in the list.
|
inline |
Compare cell with other one.
|
inline |
Assignment operator: ensure that list is not deleted twice.
|
inline |
NCollection_LocalArray<Cell_IndexType, 10> NCollection_CellFilter< Inspector >::Cell::index |
ListNode* NCollection_CellFilter< Inspector >::Cell::Objects |