QuadEntityDataNode Class

Public Class QuadEntityDataNode 
Inherits NodeBase
This language is not supported or no code example is available.
public class QuadEntityDataNode : NodeBase
This language is not supported or no code example is available.
Name Description
Public property Children Gets the children of the current octant.
Public property ElementsIndices Gets the indices of the elements stored in the current node (the elements in the children are not included).
Public property HasChildren True if the current node has children.
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetBoudingBox(out Point2D, out Point2D) (inherited from NodeBase).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Internal protected (Protected Friend) method IsElemInsideNode(int) Checks when the element at elemIndex is inside the Quad node
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method SetBoundingBox(Point2D, Point2D) (inherited from NodeBase).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Internal protected (Protected Friend) method createChildren()
Top
Fields
 
Name Description
Internal protected (Protected Friend) field children
Protected field localMax (inherited from NodeBase).
Protected field localMin (inherited from NodeBase).
Internal protected (Protected Friend) field root
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition