HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COP2_BoundsCache Class Reference

#include <COP2_BoundsCache.h>

+ Inheritance diagram for COP2_BoundsCache:

Public Member Functions

 COP2_BoundsCache (int limit=16)
 
 ~COP2_BoundsCache () override
 
bool getBound (const TIL_Plane *plane, int array_index, float t, int xres, int yres, OP_VERSION v, int &x1, int &y1, int &x2, int &y2)
 
void addBound (const TIL_Plane *plane, int array_index, float t, int xres, int yres, OP_VERSION v, int x1, int y1, int x2, int y2)
 

Additional Inherited Members

Detailed Description

Definition at line 24 of file COP2_BoundsCache.h.

Constructor & Destructor Documentation

COP2_BoundsCache::COP2_BoundsCache ( int  limit = 16)
COP2_BoundsCache::~COP2_BoundsCache ( )
override

Member Function Documentation

void COP2_BoundsCache::addBound ( const TIL_Plane plane,
int  array_index,
float  t,
int  xres,
int  yres,
OP_VERSION  v,
int  x1,
int  y1,
int  x2,
int  y2 
)
bool COP2_BoundsCache::getBound ( const TIL_Plane plane,
int  array_index,
float  t,
int  xres,
int  yres,
OP_VERSION  v,
int x1,
int y1,
int x2,
int y2 
)

The documentation for this class was generated from the following file: