#include <DetourTileCacheBuilder.h>
Definition at line 96 of file DetourTileCacheBuilder.h.
 
  
  
      
        
          | virtual dtStatus dtTileCacheCompressor::compress  | 
          ( | 
          const unsigned char *  | 
          buffer,  | 
         
        
           | 
           | 
          const int  | 
          bufferSize,  | 
         
        
           | 
           | 
          unsigned char *  | 
          compressed,  | 
         
        
           | 
           | 
          const int  | 
          maxCompressedSize,  | 
         
        
           | 
           | 
          int *  | 
          compressedSize  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
  
  
      
        
          | virtual dtStatus dtTileCacheCompressor::decompress  | 
          ( | 
          const unsigned char *  | 
          compressed,  | 
         
        
           | 
           | 
          const int  | 
          compressedSize,  | 
         
        
           | 
           | 
          unsigned char *  | 
          buffer,  | 
         
        
           | 
           | 
          const int  | 
          maxBufferSize,  | 
         
        
           | 
           | 
          int *  | 
          bufferSize  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
  
  
      
        
          | virtual int dtTileCacheCompressor::maxCompressedSize  | 
          ( | 
          const int  | 
          bufferSize | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this struct was generated from the following file: