DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Search Documentation


AssociationPair Structure

AssociationPair structure is used in relation list (See IRelation) to store positions of a related pair of items from associated lists.

typedef struct AssociationPair_
{
        int posn0;
        int posn1;
        double data
} AssociationPair;

Members:

posn0 - Position of an element from the first list.
 

posn1 - Position of an element from the first list.
 

data - Can be used to store a double number related to the pair