NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::g3d::ResVtxPos Class Reference
Inheritance diagram for nw4r::g3d::ResVtxPos:
[legend]

Description

Definition at line 34 of file g3d_resvtx.h.

Public Member Functions

 NW4R_G3D_RESOURCE_FUNC_DEF (ResVtxPos)
 
void Init ()
 
void SetArray ()
 
void GetArray (const void **ppBase, u8 *pStride) const
 
void CopyTo (void *pDst) const
 
void DCStore (bool sync)
 
ulong GetSize () const
 
void * GetData ()
 
const void * GetData () const
 
ulong GetID () const
 
u16 GetNumVtxPos () const
 
- Public Member Functions inherited from nw4r::g3d::ResCommon< ResVtxPosData >
 ResCommon (void *pData)
 
 ResCommon (const void *pData)
 
bool IsValid () const
 
ResVtxPosDataptr ()
 
const ResVtxPosDataptr () const
 
ResVtxPosDataref ()
 
const ResVtxPosDataref () const
 
ResVtxPosDataofs_to_ptr_raw (s32 ofs)
 
const ResVtxPosDataofs_to_ptr_raw (s32 ofs) const
 
ResVtxPosDataofs_to_ptr (s32 ofs)
 
const ResVtxPosDataofs_to_ptr (s32 ofs) const
 
ResVtxPosData ofs_to_obj (s32 ofs)
 
const ResVtxPosData ofs_to_obj (s32 ofs) const
 

Member Function Documentation

◆ Init()

void nw4r::g3d::ResVtxPos::Init ( )
inline

Definition at line 38 of file g3d_resvtx.h.

◆ GetSize()

ulong nw4r::g3d::ResVtxPos::GetSize ( ) const
inline

Definition at line 48 of file g3d_resvtx.h.

◆ GetData() [1/2]

void * nw4r::g3d::ResVtxPos::GetData ( )
inline

Definition at line 52 of file g3d_resvtx.h.

◆ GetData() [2/2]

const void * nw4r::g3d::ResVtxPos::GetData ( ) const
inline

Definition at line 55 of file g3d_resvtx.h.

◆ GetID()

ulong nw4r::g3d::ResVtxPos::GetID ( ) const
inline

Definition at line 59 of file g3d_resvtx.h.

◆ GetNumVtxPos()

u16 nw4r::g3d::ResVtxPos::GetNumVtxPos ( ) const
inline

Definition at line 63 of file g3d_resvtx.h.