#include <NCollection_CellFilter.hxx>
Public Member Functions | |
| Cell () | |
| Empty constructor -- required only for NCollection_Map, therefore does not initialize index (avoid cycle). | |
| Cell (const Point &thePnt, const 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. | |
| Standard_Integer | HashCode (const Standard_Integer theUpper) const |
| Compute hash code. | |
Data Fields | |
| long | index [Inspector::Dimension] |
| ListNode * | Objects |
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.1