# 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::CMorphBase Class Reference

An animated morph (blend shape) base. More...

#include <animated_morph.h>

Inheritance diagram for NL3D::CMorphBase:

NLMISC::CRefCount List of all members.

Public Methods

 CMorphBase ()
void serial (NLMISC::IStream &f)
 save/load. More...


Public Attributes

std::string Name
CTrackDefaultFloat DefaultFactor

Detailed Description

An animated morph (blend shape) base.

Author:
Matthieu Besson , Nevrax France
Date:
2001

Definition at line 47 of file animated_morph.h.


Constructor & Destructor Documentation

NL3D::CMorphBase::CMorphBase  
 

Definition at line 41 of file animated_morph.cpp.

References DefaultFactor.


Member Function Documentation

void NL3D::CMorphBase::serial NLMISC::IStream   f
 

save/load.

Definition at line 47 of file animated_morph.cpp.

References Name, and NLMISC::IStream::serial.


Member Data Documentation

CTrackDefaultFloat NL3D::CMorphBase::DefaultFactor
 

Definition at line 57 of file animated_morph.h.

Referenced by CMorphBase.

std::string NL3D::CMorphBase::Name
 

Definition at line 54 of file animated_morph.h.

Referenced by serial.


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