#include <Phyexp.h>

Public Member Functions |
|
| virtual PHYExport | ~IPhyVertexImport () |
| virtual PHYExport int | GetVertexType ()=0 |
| virtual PHYExport void | LockVertex (BOOL lock)=0 |
| virtual PHYExport INT_PTR | Execute (int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0)=0 |
| virtual PHYExport ~IPhyVertexImport | ( | ) | [inline, virtual] |
{}
| virtual PHYExport int GetVertexType | ( | ) | [pure virtual] |
| virtual PHYExport void LockVertex | ( | BOOL | lock | ) | [pure virtual] |
| virtual PHYExport INT_PTR Execute | ( | int | cmd, |
| ULONG_PTR | arg1 = 0, |
||
| ULONG_PTR | arg2 = 0, |
||
| ULONG_PTR | arg3 = 0 |
||
| ) | [pure virtual] |
Implemented in IPhyRigidVertexImport, and IPhyBlendedRigidVertexImport.