# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLPACS::CLocalRetriever::CTip Class Reference

A tip of several chains. More...

#include <local_retriever.h>

List of all members.

Public Methods

 CTip ()
void serial (NLMISC::IStream &f)
 Serialises the CTip. More...

void translate (const NLMISC::CVector &translation)
 Translates the CTip by the translation vector. More...


Public Attributes

NLMISC::CVector Point
 The position of the tip.x. More...

std::vector< CChainTipChains


Detailed Description

A tip of several chains.

A CTip can contain more than 2 chains.

Author:
Benjamin Legros , Nevrax France
Date:
2001

Definition at line 72 of file local_retriever.h.


Constructor & Destructor Documentation

NLPACS::CLocalRetriever::CTip::CTip   [inline]
 

Definition at line 96 of file local_retriever.h.

References Point.


Member Function Documentation

void NLPACS::CLocalRetriever::CTip::serial NLMISC::IStream   f [inline]
 

Serialises the CTip.

Definition at line 106 of file local_retriever.h.

References Chains, NLMISC::IStream::serial, and NLMISC::IStream::serialCont.

void NLPACS::CLocalRetriever::CTip::translate const NLMISC::CVector   translation [inline]
 

Translates the CTip by the translation vector.

Definition at line 113 of file local_retriever.h.


Member Data Documentation

std::vector<CChainTip> NLPACS::CLocalRetriever::CTip::Chains
 

Definition at line 102 of file local_retriever.h.

Referenced by serial, and NLPACS::CLocalRetriever::unify.

NLMISC::CVector NLPACS::CLocalRetriever::CTip::Point
 

The position of the tip.x.

Definition at line 99 of file local_retriever.h.

Referenced by CTip, and NLPACS::CLocalRetriever::unify.


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