#include <animated_morph.h>
Inheritance diagram for NL3D::CMorphBase:
Nevrax France
Definition at line 47 of file animated_morph.h.
Public Member Functions | |
CMorphBase () | |
const sint & | getRefCount () const |
void | serial (NLMISC::IStream &f) |
save/load. | |
Data Fields | |
sint | crefs |
CTrackDefaultFloat | DefaultFactor |
std::string | Name |
CPtrInfo * | pinfo |
Static Public Attributes | |
CPtrInfo | NullPtrInfo |
Friends | |
struct | CPtrInfo |
|
Definition at line 41 of file animated_morph.cpp. References DefaultFactor, and NL3D::CTrackDefaultBlendable< float >::setValue().
00042 { 00043 DefaultFactor.setValue (0.0f); 00044 } |
|
Definition at line 70 of file smart_ptr.h. References NLMISC::CRefCount::crefs, and sint.
00071 { 00072 return crefs; 00073 } |
|
save/load.
Definition at line 47 of file animated_morph.cpp. References NLMISC::IStream::serial().
00048 { 00049 f.serial (Name); 00050 } |
|
Definition at line 67 of file smart_ptr.h. |
|
Definition at line 79 of file smart_ptr.h. Referenced by NLMISC::CRefCount::CRefCount(), NLMISC::CRefCount::getRefCount(), and NLMISC::CRefCount::~CRefCount(). |
|
Definition at line 57 of file animated_morph.h. Referenced by CMorphBase(). |
|
Definition at line 54 of file animated_morph.h. Referenced by NL3D::CAnimatedMorph::getName(). |
|
Referenced by NLMISC::CRefCount::CRefCount(). |
|
Definition at line 80 of file smart_ptr.h. Referenced by NLMISC::CRefCount::CRefCount(), and NLMISC::CRefCount::~CRefCount(). |