| 745 | } |
| 746 | |
| 747 | void NpShape::incMeshRefCount() |
| 748 | { |
| 749 | Cm::RefCountable* npMesh = getMeshRefCountable(); |
| 750 | if(npMesh) |
| 751 | npMesh->incRefCount(); |
| 752 | } |
| 753 | |
| 754 | void NpShape::decMeshRefCount() |
| 755 | { |
nothing calls this directly
no test coverage detected