Home
last modified time | relevance | path

Searched refs:StandardSkeleton (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_StandardSkeleton.cpp30 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StandardSkeleton, Skeleton);
33 StandardSkeleton*
34 StandardSkeleton::Create( in Create()
45 void* memory = allocator->Alloc(sizeof(StandardSkeleton)); in Create()
58 StandardSkeleton* skeleton = new(memory) StandardSkeleton( in Create()
Dgfx_SkeletalModel.cpp69 skeleton.Reset(StandardSkeleton::Create( in Create()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_StandardSkeleton.h34 class StandardSkeleton : public Skeleton
37 NW_DISALLOW_COPY_AND_ASSIGN(StandardSkeleton);
54 static StandardSkeleton* Create(
89 size += sizeof(StandardSkeleton); in GetMemorySizeInternal()
176 StandardSkeleton( in StandardSkeleton() function
195 virtual ~StandardSkeleton() in ~StandardSkeleton()
Dgfx_SkeletalModel.h228 StandardSkeleton::GetMemorySizeInternal( in GetMemorySizeInternal()