|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The TreeContext class is a user space object. It contains a spatial partition used for shell selection and shell relation computations. If many such operations will be performed without modifying the segment tree, using the same TreeContext for all of them can be a significant optimization. If a TreeContext is not specified, a new one is computed internally each time.
◆ TreeContext() [1/3]
HPS.TreeContext.TreeContext |
( |
bool |
in_create | ) |
|
|
inline |
The default constructor creates a new TreeContext object.
- Parameters
-
in_create | whether to create the underlying spatial tree context. |
◆ TreeContext() [2/3]
HPS.TreeContext.TreeContext |
( |
| ) |
|
|
inline |
The default constructor creates a new TreeContext object.
◆ TreeContext() [3/3]
The copy constructor shares a TreeContext object.
- Parameters
-
◆ Equals()
Check if the source TreeContext is the same as this TreeContext.
- Returns
- true if the objects are identical, false otherwise.
◆ ObjectType()
override HPS.Type HPS.TreeContext.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.TreeContext.cs