Space Engineers
Classes | Public Member Functions | Properties | List of all members
VRage.Utils.MyVector3ISet Class Reference

A data structure for a set of Vector3I coordinates optimized for sets with high spatial coherence (hence the name) More...

Inheritance diagram for VRage.Utils.MyVector3ISet:

Classes

struct  Enumerator
 

Public Member Functions

 MyVector3ISet ()
 
bool Contains (ref Vector3I position)
 
bool Contains (Vector3I position)
 
void Add (ref Vector3I position)
 
void Add (Vector3I position)
 
void Remove (ref Vector3I position)
 
void Remove (Vector3I position)
 
void Union (MyVector3ISet otherSet)
 Makes a union of this set and the other set and saves it in this set More...
 
void Clear ()
 
Enumerator GetEnumerator ()
 

Properties

bool Empty [get]
 

Detailed Description

A data structure for a set of Vector3I coordinates optimized for sets with high spatial coherence (hence the name)

Definition at line 10 of file MyVector3ISet.cs.

Constructor & Destructor Documentation

VRage.Utils.MyVector3ISet.MyVector3ISet ( )
inline

Definition at line 111 of file MyVector3ISet.cs.

Member Function Documentation

void VRage.Utils.MyVector3ISet.Add ( ref Vector3I  position)
inline

Definition at line 133 of file MyVector3ISet.cs.

void VRage.Utils.MyVector3ISet.Add ( Vector3I  position)
inline

Definition at line 144 of file MyVector3ISet.cs.

void VRage.Utils.MyVector3ISet.Clear ( )
inline

Definition at line 184 of file MyVector3ISet.cs.

bool VRage.Utils.MyVector3ISet.Contains ( ref Vector3I  position)
inline

Definition at line 117 of file MyVector3ISet.cs.

bool VRage.Utils.MyVector3ISet.Contains ( Vector3I  position)
inline

Definition at line 128 of file MyVector3ISet.cs.

Enumerator VRage.Utils.MyVector3ISet.GetEnumerator ( )
inline

Definition at line 191 of file MyVector3ISet.cs.

void VRage.Utils.MyVector3ISet.Remove ( ref Vector3I  position)
inline

Definition at line 149 of file MyVector3ISet.cs.

void VRage.Utils.MyVector3ISet.Remove ( Vector3I  position)
inline

Definition at line 163 of file MyVector3ISet.cs.

void VRage.Utils.MyVector3ISet.Union ( MyVector3ISet  otherSet)
inline

Makes a union of this set and the other set and saves it in this set

Definition at line 171 of file MyVector3ISet.cs.

Property Documentation

bool VRage.Utils.MyVector3ISet.Empty
get

Definition at line 104 of file MyVector3ISet.cs.


The documentation for this class was generated from the following file: