Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Spr::UTTreeNode< T, ARRAY > Class Template Reference

ツリーのノード(親子両方向参照) More...

#include <BaseUtility.h>

List of all members.

Public Member Functions

ツリーの操作

Detailed Description

template<class T, class ARRAY = std :: vector< UTRef<T> >>
class Spr::UTTreeNode< T, ARRAY >

ツリーのノード(親子両方向参照)

Definition at line 179 of file BaseUtility.h.


Member Function Documentation

template<class T, class ARRAY = std :: vector< UTRef<T> >>
T* Spr::UTTreeNode< T, ARRAY >::GetParent  )  [inline]
 

親ノードを取得する.

Reimplemented in Spr::FIDocNode, Spr::FIDocNode, and Spr::D3DocNode.

Definition at line 203 of file BaseUtility.h.

Referenced by Spr::SGFrame::GetWorldPosture().

template<class T, class ARRAY = std :: vector< UTRef<T> >>
void Spr::UTTreeNode< T, ARRAY >::SetParent T *  n  )  [inline]
 

親ノードを設定する.

Definition at line 206 of file BaseUtility.h.

template<class T, class ARRAY = std :: vector< UTRef<T> >>
ARRAY& Spr::UTTreeNode< T, ARRAY >::Children  )  [inline]
 

子ノード.

Definition at line 217 of file BaseUtility.h.

template<class T, class ARRAY = std :: vector< UTRef<T> >>
const ARRAY& Spr::UTTreeNode< T, ARRAY >::Children  )  const [inline]
 

子ノード.

Definition at line 219 of file BaseUtility.h.

template<class T, class ARRAY = std :: vector< UTRef<T> >>
void Spr::UTTreeNode< T, ARRAY >::AddChild UTRef< T >  c  )  [inline]
 

子ノードを追加する

Definition at line 221 of file BaseUtility.h.

template<class T, class ARRAY = std :: vector< UTRef<T> >>
void Spr::UTTreeNode< T, ARRAY >::DelChild UTRef< T >  c  )  [inline]
 

子ノードを削除する

Definition at line 223 of file BaseUtility.h.

template<class T, class ARRAY = std :: vector< UTRef<T> >>
void Spr::UTTreeNode< T, ARRAY >::ClearChildren  )  [inline]
 

子ノードをすべて削除する.

Reimplemented in Spr::FIDocNode, Spr::FIDocNode, and Spr::D3DocNode.

Definition at line 225 of file BaseUtility.h.


The documentation for this class was generated from the following file:
Generated on Sun Apr 16 02:07:58 2006 for Springhead by  doxygen 1.4.1