Manage database associated with vector node elements. More...
#include <rvc/dbnode.h>

Public Member Functions | |
| DBASE_NODE (const RVC::DBASE_NODE &rhs) | |
| DBASE_NODE () | |
| virtual | ~DBASE_NODE () |
| ERRVALUE | CopyDatabaseTo (RVC::GEOMETRIC &DestParentObj, const SIMPLE_ARRAY< INT32 > &PointTransList, const SIMPLE_ARRAY< INT32 > &NodeTransList, COPYFLAG flags) |
| bool | IsNodeAPoint (INT32 NodeNum) |
| RVC::DBASE_NODE & | operator= (const RVC::DBASE_NODE &rhs) |
Manage database associated with vector node elements.
| RVC::DBASE_NODE::DBASE_NODE | ( | ) | [inline] |
Default constructor.
| RVC::DBASE_NODE::DBASE_NODE | ( | const RVC::DBASE_NODE & | rhs | ) | [inline] |
Copy constructor.
| virtual RVC::DBASE_NODE::~DBASE_NODE | ( | ) | [virtual] |
Destructor.
| ERRVALUE RVC::DBASE_NODE::CopyDatabaseTo | ( | RVC::GEOMETRIC & | DestParentObj, | |
| const SIMPLE_ARRAY< INT32 > & | PointTransList, | |||
| const SIMPLE_ARRAY< INT32 > & | NodeTransList, | |||
| COPYFLAG | flags | |||
| ) |
Copy a database from the source to under the destination object using an element translation list.
| bool RVC::DBASE_NODE::IsNodeAPoint | ( | INT32 | NodeNum | ) |
Determine that the node has attributes and will be converted to a point if all of the lines are removed from the node.
| RVC::DBASE_NODE& RVC::DBASE_NODE::operator= | ( | const RVC::DBASE_NODE & | rhs | ) |
Assignment.
Reimplemented from RVC::DBASE_ELEMENT.
1.6.1