Browse
 
Tools
Rss Categories

LVSemanticObject::LVSemanticObject

Reference Number: AA-00936 Views: 6683 0 Rating/ Voters

LVSemanticObject constructor.

Function

  • LVSemanticObject()

    LVSemanticObject(const LVSemanticObject& other)

Parameters

other

The semantic object data object being copied.

Example

C++ Code

  1. // The first of these constructors creates an empty LVSemanticObject.
  2. LVSemanticObject semObjectOne;

  3. // The second copies the information from an existing object into a new one.
  4. LVSemanticObject semObjectTwo(semObjectOne);

See Also