RVC::TIEPOINTOBJ Class Reference

Manages RVC::OBJTYPE_TiePoint objects. More...

#include <rvc/tiept.h>

Inheritance diagram for RVC::TIEPOINTOBJ:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 TIEPOINTOBJ (const RVC::TIEPOINTOBJ &rhs)
 TIEPOINTOBJ ()
virtual ~TIEPOINTOBJ ()
UINT32 GetMatchID () const
const SIMPLE_ARRAY< TIEPOINT > & GetPointList () const
RVC::TIEPOINTOBJoperator= (const RVC::TIEPOINTOBJ &rhs)
void SetMatchID (UINT32 MatchID)
ERRVALUE SetPointList (const SIMPLE_ARRAY< TIEPOINT > &PointList)

Detailed Description

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


Constructor & Destructor Documentation

RVC::TIEPOINTOBJ::TIEPOINTOBJ (  ) 
RVC::TIEPOINTOBJ::TIEPOINTOBJ ( const RVC::TIEPOINTOBJ rhs  ) 
virtual RVC::TIEPOINTOBJ::~TIEPOINTOBJ (  )  [virtual]

Member Function Documentation

UINT32 RVC::TIEPOINTOBJ::GetMatchID (  )  const

Get the Match ID for the tie point rvc object.

Returns:
The match ID
const SIMPLE_ARRAY<TIEPOINT>& RVC::TIEPOINTOBJ::GetPointList (  )  const

Obtain the tie point list from the instance.

The rvc object must have been Read() first

Returns:
Constant array of tie points.
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.

Parameters:
PointList Tie point list to set instance to

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

Generated on Sun Oct 7 21:38:19 2012 for TNTsdk 2012 by  doxygen 1.6.1