Manages RVC::OBJTYPE_TiePoint objects. More...
#include <rvc/tiept.h>

Public Member Functions | |
| TIEPOINTOBJ (const RVC::TIEPOINTOBJ &rhs) | |
| TIEPOINTOBJ () | |
| virtual | ~TIEPOINTOBJ () |
| UINT32 | GetMatchID () const |
| const SIMPLE_ARRAY< TIEPOINT > & | GetPointList () const |
| RVC::TIEPOINTOBJ & | operator= (const RVC::TIEPOINTOBJ &rhs) |
| void | SetMatchID (UINT32 MatchID) |
| ERRVALUE | SetPointList (const SIMPLE_ARRAY< TIEPOINT > &PointList) |
Manages RVC::OBJTYPE_TiePoint objects.
RVC Object Types that this class supports: RVC::OBJTYPE_TiePoint.
Valid parents for this class:
Read() and Write() methods inherited from RVC::SIMPLE class. View RVC::SIMPLE docs for inherited methods
| RVC::TIEPOINTOBJ::TIEPOINTOBJ | ( | ) |
| RVC::TIEPOINTOBJ::TIEPOINTOBJ | ( | const RVC::TIEPOINTOBJ & | rhs | ) |
| virtual RVC::TIEPOINTOBJ::~TIEPOINTOBJ | ( | ) | [virtual] |
| UINT32 RVC::TIEPOINTOBJ::GetMatchID | ( | ) | const |
Get the Match ID for the tie point rvc object.
| const SIMPLE_ARRAY<TIEPOINT>& RVC::TIEPOINTOBJ::GetPointList | ( | ) | const |
Obtain the tie point list from the instance.
The rvc object must have been Read() first
| RVC::TIEPOINTOBJ& RVC::TIEPOINTOBJ::operator= | ( | const RVC::TIEPOINTOBJ & | rhs | ) |
Assignment.
Reimplemented from RVC::SIMPLE.
| void RVC::TIEPOINTOBJ::SetMatchID | ( | UINT32 | MatchID | ) |
Sets the match ID.
| ERRVALUE RVC::TIEPOINTOBJ::SetPointList | ( | const SIMPLE_ARRAY< TIEPOINT > & | PointList | ) |
Sets tie point list in this instance. Used for writing.
| PointList | Tie point list to set instance to |
1.6.1