# 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  

NL3D::CTransformShape Class Reference

A transform which "is an instance of"/"point to" a IShape. More...

#include <transform_shape.h>

Inheritance diagram for NL3D::CTransformShape

Inheritance graph
[legend]
Collaboration diagram for NL3D::CTransformShape:

Collaboration graph
[legend]
List of all members.

Public Attributes

CSmartPtr<IShapeShape
 The shape, the object instancied. More...


Static Public Methods

void registerBasic ()
 Call at the begining of the program, to register the model, and the basic observers. More...


Protected Methods

 CTransformShape ()
 Constructor. More...

virtual ~CTransformShape ()
 Destructor. More...


Static Private Methods

IModelcreator ()

Friends

class  CTransformShapeClipObs
class  CTransformShapeRdrObs

Detailed Description

A transform which "is an instance of"/"point to" a IShape.

Author(s):
Lionel Berenguier , Nevrax France
Date:
2000

Definition at line 61 of file transform_shape.h.


Constructor & Destructor Documentation

NL3D::CTransformShape::CTransformShape ( ) [inline, protected]
 

Constructor.

Definition at line 74 of file transform_shape.h.

NL3D::CTransformShape::~CTransformShape ( ) [inline, protected, virtual]
 

Destructor.

Definition at line 76 of file transform_shape.h.


Member Function Documentation

IModel * NL3D::CTransformShape::creator ( ) [inline, static, private]
 

Reimplemented from NL3D::CTransform.

Reimplemented in NL3D::CMeshInstance, NL3D::CParticleSystemModel, and NL3D::CSkeletonModel.

Definition at line 79 of file transform_shape.h.

void NL3D::CTransformShape::registerBasic ( ) [static]
 

Call at the begining of the program, to register the model, and the basic observers.

Reimplemented from NL3D::CTransform.

Reimplemented in NL3D::CMeshInstance, NL3D::CParticleSystemModel, and NL3D::CSkeletonModel.

Definition at line 35 of file transform_shape.cpp.


Friends And Related Function Documentation

class CTransformShapeClipObs [friend]
 

Definition at line 80 of file transform_shape.h.

class CTransformShapeRdrObs [friend]
 

Definition at line 81 of file transform_shape.h.


Member Data Documentation

CSmartPtr< IShape > NL3D::CTransformShape::Shape
 

The shape, the object instancied.

Definition at line 69 of file transform_shape.h.


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