ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Public Member Functions | Private Attributes | List of all members
PolygonDataVector Class Reference

#include <CIPELandscapeMaker.h>

Public Member Functions

 PolygonDataVector ()
 
 ~PolygonDataVector ()
 
bool HaveSeen (int a_poly)
 
void AddPolygon (EGP_Data egpdata)
 
bool CanGrow (int polyref, int x, int y)
 

Private Attributes

vector< EdgeGrowingPoints * > m_polylist
 
int m_polyrefs [25000]
 

Detailed Description

Definition at line 65 of file CIPELandscapeMaker.h.

Constructor & Destructor Documentation

PolygonDataVector::PolygonDataVector ( )
PolygonDataVector::~PolygonDataVector ( )

Member Function Documentation

void PolygonDataVector::AddPolygon ( EGP_Data  egpdata)
bool PolygonDataVector::CanGrow ( int  polyref,
int  x,
int  y 
)
inline

Definition at line 75 of file CIPELandscapeMaker.h.

75 { return m_polylist[m_polyrefs[polyref]]->GetCanGrow(x,y); }
vector< EdgeGrowingPoints * > m_polylist
bool PolygonDataVector::HaveSeen ( int  a_poly)
inline

Member Data Documentation

vector<EdgeGrowingPoints*> PolygonDataVector::m_polylist
private

Definition at line 66 of file CIPELandscapeMaker.h.

int PolygonDataVector::m_polyrefs[25000]
private

Definition at line 67 of file CIPELandscapeMaker.h.


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