|
LRAUV
revA
|


Public Member Functions | |
| SG3D (int rcnm, int rcid) | |
| virtual | ~SG3D () |
| virtual void | setLength (int length) |
| virtual void | set (int index, int x, int y, int z) |
| int | getZ (int index) |
| SG3D * | getNext () |
Public Member Functions inherited from SGND | |
| SGND (int rcnm, int rcid) | |
| virtual | ~SGND () |
| int | getLength () |
| int | getRcnm () |
| int | getRcid () |
| virtual bool | check (int rcnm, int rcid) |
| virtual void | set (int index, int x, int y) |
| void | setNext (SGND *next) |
| int | getX (int index) |
| int | getY (int index) |
| void | setUsed (bool used) |
| bool | isUsed () |
| bool | isReverse () |
| void | setReverse (const bool reverse) |
Static Public Member Functions | |
| static SG3D * | Find (SG3D *start, int rcnm, int rcid) |
Private Member Functions | |
| SG3D (const SG3D &old) | |
Private Attributes | |
| int * | z_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from SGND | |
| static SGND * | Find (SGND *start, int rcnm, int rcid) |
Protected Attributes inherited from SGND | |
| int | rcnm_ |
| int | rcid_ |
| int | length_ |
| int * | x_ |
| int * | y_ |
| bool | used_ |
| SGND * | next_ |
| bool | reverse_ |
|
inline |
|
inlinevirtual |
References setLength().
|
private |
References SGND::Find().
|
inline |
References SGND::next_.
Referenced by main().
|
inline |
References SGND::length_, SGND::reverse_, and z_.
Referenced by main().
|
inlinevirtual |
References SGND::length_, SGND::set(), and z_.
Referenced by main().
|
inlinevirtual |
Reimplemented from SGND.
References SGND::length_, SGND::setLength(), and z_.
|
private |
Referenced by getZ(), set(), and setLength().