Share

AcBrVertexEdgeTraverser Constructor

Overload List

Method Description
AcBrVertexEdgeTraverser::AcBrVertexEdgeTraverser () Default constructor. Instantiates an uninitialized object. The function isNull() will return kTrue. To set an AcBrVertexEdgeTraverser, call setVertex() and setEdge()using valid, previously instantiated vertex and edge objects.
AcBrVertexEdgeTraverser::AcBrVertexEdgeTraverser (AcBrVertexEdgeTraverser&) Copy constructor. Instantiates an object initialized to the same contents as the src object.

Was this information helpful?