C# Class TouchingRelation, ThreeDWorld

Inheritance: SemanticRelationship
Afficher le fichier Open project: dicarlolab/ThreeDWorld

Méthodes publiques

Свойство Type Description
foundObjs List>.Dictionary

Méthodes publiques

Méthode Description
Evaluate ( SemanticObject, subject, SemanticObject, obj ) : bool
Evaluate ( List affectedNodes, Dictionary &ret ) : void
Setup ( HashSet allObservedObjects ) : void
TouchingRelation ( ) : System.Collections

Private Methods

Méthode Description
PerformTest ( SemanticObject, obj1, HashSet allObservedObjects ) : List

Method Details

Evaluate() public méthode

public Evaluate ( SemanticObject, subject, SemanticObject, obj ) : bool
subject SemanticObject,
obj SemanticObject,
Résultat bool

Evaluate() public méthode

public Evaluate ( List affectedNodes, Dictionary &ret ) : void
affectedNodes List
ret Dictionary
Résultat void

Setup() public méthode

public Setup ( HashSet allObservedObjects ) : void
allObservedObjects HashSet
Résultat void

TouchingRelation() public méthode

public TouchingRelation ( ) : System.Collections
Résultat System.Collections

Property Details

foundObjs public_oe property

public Dictionary> foundObjs
Résultat List>.Dictionary