# 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  

NLAIAGENT::VectorType Class Reference

This class store a vector<float,float,float> in an IObjectIA. More...

#include <agent_3dvector.h>

Inheritance diagram for NLAIAGENT::VectorType

Inheritance graph
[legend]
Collaboration diagram for NLAIAGENT::VectorType:

Collaboration graph
[legend]
List of all members.

Public Methods

 VectorType (float x, float y, float z)
 VectorType (const NLMISC::CVector &v)
 VectorType ()
 VectorType (const VectorType &a)
 VectorType (NLMISC::IStream &is)
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual void getDebugString (char *text) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

virtual const CProcessResult& run ()
 Some where Run method define the process of the agen. More...


Static Public Attributes

const NLAIC::CIdentType IdVectorType

Detailed Description

This class store a vector<float,float,float> in an IObjectIA.

Author(s):
Chafik sameh , Portier Pierre , Saffray Alain , Nevrax France
Date:
2001

Definition at line 225 of file agent_3dvector.h.


Constructor & Destructor Documentation

NLAIAGENT::VectorType::VectorType ( float x,
float y,
float z ) [inline]
 

Definition at line 232 of file agent_3dvector.h.

NLAIAGENT::VectorType::VectorType ( const NLMISC::CVector & v ) [inline]
 

Definition at line 236 of file agent_3dvector.h.

NLAIAGENT::VectorType::VectorType ( ) [inline]
 

Definition at line 240 of file agent_3dvector.h.

NLAIAGENT::VectorType::VectorType ( const VectorType & a ) [inline]
 

Definition at line 244 of file agent_3dvector.h.

NLAIAGENT::VectorType::VectorType ( NLMISC::IStream & is ) [inline]
 

Definition at line 248 of file agent_3dvector.h.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::VectorType::clone ( void ) const [inline, virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Reimplemented from NLAIC::IBasicType.

Definition at line 252 of file agent_3dvector.h.

void NLAIAGENT::VectorType::getDebugString ( char * t ) const [inline, virtual]
 

This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.

Reimplemented from NLAIC::IBasicType.

Definition at line 266 of file agent_3dvector.h.

const NLAIC::CIdentType & NLAIAGENT::VectorType::getType ( void ) const [virtual]
 

getType return a unique string how represente the class, it can be the name of the class.

This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).

Reimplemented from NLAIC::IBasicType.

Definition at line 387 of file agent_3dvector.cpp.

const NLAIC::IBasicType * NLAIAGENT::VectorType::newInstance ( void ) const [inline, virtual]
 

This function allow a new instance, that mean that the class is a class factory.

Reimplemented from NLAIC::IBasicType.

Definition at line 258 of file agent_3dvector.h.

const IObjectIA::CProcessResult & NLAIAGENT::VectorType::run ( void ) [virtual]
 

Some where Run method define the process of the agen.

Reimplemented from NLAIAGENT::IObjectIA.

Definition at line 379 of file agent_3dvector.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAIAGENT::VectorType::IdVectorType [static]
 

Definition at line 229 of file agent_3dvector.h.


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