Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
Strip::Edge Struct Reference

Public Member Functions

 Edge (void)
 
 Edge (int v0, int v1)
 
bool operator== (const Edge &s) const
 
void sort (void)
 

Public Attributes

int v [2]
 

Detailed Description

Definition at line 385 of file stripoptimizer.cpp.

Constructor & Destructor Documentation

◆ Edge() [1/2]

Strip::Edge::Edge ( void )
inline

Definition at line 387 of file stripoptimizer.cpp.

◆ Edge() [2/2]

Strip::Edge::Edge ( int v0,
int v1 )
inline

Definition at line 388 of file stripoptimizer.cpp.

Member Function Documentation

◆ operator==()

bool Strip::Edge::operator== ( const Edge & s) const
inline

Definition at line 389 of file stripoptimizer.cpp.

◆ sort()

void Strip::Edge::sort ( void )
inline

Definition at line 390 of file stripoptimizer.cpp.

Member Data Documentation

◆ v

int Strip::Edge::v[2]

Definition at line 392 of file stripoptimizer.cpp.


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