Public Methods | |
oaOrient (oaOrientEnum valueIn=oacR0) | |
oaOrient (const oaString &name) | |
~oaOrient () | |
oaOrient | concat (const oaOrient &orient) const |
oaOrient | getRelativeOrient (const oaOrient &orient) const |
const oaString & | getName () const |
operator oaOrientEnum () const |
The Using Transforms section in the Programmers Guide has an illustration of each orientation.
See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers.
|
The oaOrient enumerator. Mirror about the Y axis means mirror horizontally. Mirror about the X axis means mirror vertically.
|
|
This function constructs an instance of an oaOrient class using the specified enum value. Note: "Mirror X" orientation is about the X (horizontal) axis, and "Mirror Y" is about the Y (vertical) axis. |
|
This function constructs an instance of an oaOrient class using the oaOrientEnum associated with the specified string name. This name must be defined in the legal set of names associated with oaOrientEnum.
|
|
This function destroys this oaOrient class. |
|
This function concatenates this orientation with the specified orientation and returns the result.
|
|
This function returns the name string associated with the encapsulated oaOrientEnum object. |
|
This function returns the relative orientation required to transform this orientation to the specified target orientation 'orient'.
|
|
This operator casts this oaOrient object into the corresponding oaOrientEnum value. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.