Public Member Functions | Public Attributes

FamilyConnections< my_alg_type > Class Template Reference

A class used in tree structures to identify iterators to relatives. More...

#include <DataTree.h>

Inheritance diagram for FamilyConnections< my_alg_type >:
Increment< my_alg_type >

List of all members.

Public Member Functions

 FamilyConnections (const typename DataTree::iterator itParent, const typename DataTree::iterator itSibling)

Public Attributes

DataTree::iterator mitParent
DataTree::iterator mitSibling

Detailed Description

template<typename my_alg_type>
class FamilyConnections< my_alg_type >

A class used in tree structures to identify iterators to relatives.

A class used in tree structures to identify iterators to relatives which defaults to null pointers but can be constructed otherwise.


Constructor & Destructor Documentation

template<typename my_alg_type >
FamilyConnections< my_alg_type >::FamilyConnections ( const typename DataTree::iterator  itParent,
const typename DataTree::iterator  itSibling 
) [inline]

Constructor that initializes the iterator for Parent and the iterator for sibling.


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