|
enum | Code { supplied_part_relationship
} |
|
enum | ValueType {
NotSet,
Real,
Integer,
EntityId,
String
} |
| enumeration to indicate the content type (primitive or entity)
|
|
|
bool | read (StepFileLine &line) |
|
void | write (std::ostream &os) const |
|
| StepSelect () |
| default: invalid object
|
|
bool | valid () const |
| determine whether object was defined or not
|
|
|
StepCertifiedItem::Code | value |
|
std::string | m_string |
| string content, set only if type == String
|
|
double | m_real |
| real-valued content, set only if type == Real
|
|
int | m_int |
| int-valued content, set only if type == Integer
|
|
StepID | m_id |
| entity content, set only if type == EntityId
|
|
ValueType | type |
| content type indication
|
|
int | keyIndex |
| key index
|
|
|
static const char * | stringrep [] |
|
|
bool | read (StepFileLine &line, int lval, const char *stringrep[]) |
| extract a SELECT value from line, called by child class
|
|
void | write (std::ostream &os, const char *stringrep[]) const |
| write if defined
|
|
const char * StepCertifiedItem::stringrep |
|
staticprivate |
Initial value:= {
"SUPPLIED_PART_RELATIONSHIP", }
The documentation for this class was generated from the following files: