public void _defragmentBatch(bool optimizeCulling, SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t usedEntities, SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t usedParams)
 {
     OgrePINVOKE.InstanceBatch__defragmentBatch(swigCPtr, optimizeCulling, SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t.getCPtr(usedEntities), SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t.getCPtr(usedParams));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void getInstancedEntitiesInUse(SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t outEntities, SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t outParams)
 {
     OgrePINVOKE.InstanceBatch_getInstancedEntitiesInUse(swigCPtr, SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t.getCPtr(outEntities), SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t.getCPtr(outParams));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }