All Frameworks Class Hierarchy This Framework Indexes
CATTPSInterfaces Interface CATITPSDatumSimple
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSDatumSimple
Interface for Simple Datum TPS (datum entity).
TPS for Technological Product Specifications.
Method Index
- o
GetDatumDirectionPlane(CATITTRS**)
- Retrieves the Direction Plane for the Datum.
- o
GetLabel(wchar_t**)
- Retrieves Label.
- o
GetTargets(CATITPSList**)
- Retrieves a CATITPSList to read the list of datum target.
- o
SetDatumDirectionPlane(CATITTRS*)
- Specfify a Direction Plane for the Datum.
- o
SetLabel(wchar_t*)
- Sets Label.
- o
SetTargets(CATITPSList*)
- Sets Targets that compose this Datum Simple.
Methods
o GetDatumDirectionPlane
| public virtual GetDatumDirectionPlane( | | opiTTRS) |
-
Retrieves the Direction Plane for the Datum.
Only if one was specified.
o GetLabel
| public virtual GetLabel( | | oLabel) |
-
Retrieves Label.
o GetTargets
| public virtual GetTargets( | | oTargets) |
-
Retrieves a CATITPSList to read the list of datum target.
All objects of the list adhere to CATITPSDatumTarget.
o SetDatumDirectionPlane
| public virtual SetDatumDirectionPlane( | | ipiTTRS) |
-
Specfify a Direction Plane for the Datum.
o SetLabel
| public virtual SetLabel( | const | iLabel) |
-
Sets Label.
o SetTargets
| public virtual SetTargets( | const | iTargets) |
-
Sets Targets that compose this Datum Simple.
All objects of the list must adhere to CATITPSDatumTarget.
This object is included in the file: CATITPSDatumSimple.h