oaBoxArrayValue Class Reference

Inheritance diagram for oaBoxArrayValue:

oaValue oaObject


Public Methods

void get (oaBoxArray &value) const
void set (const oaBoxArray &value)

Static Public Methods

oaBoxArrayValue * create (oaObject *database, const oaBoxArray &value)

Detailed Description

The oaBoxArrayValue class represents an array of boxes.

See oaValue for a discussion of the usage of all of the oaValue subclasses.


Member Function Documentation

oaBoxArrayValue * oaBoxArrayValue::create oaObject *    database,
const oaBoxArray &    value
[static]
 

This function creates a boxArray value in the database specified.

Parameters:
database The database in which to create the value.
value The boxArray value
Exceptions:
oacEmptyArrayValue 
oacInvalidDatabase 

void oaBoxArrayValue::get oaBoxArray &    value const
 

This function returns the boxArray for this value.

Parameters:
value The returned value

void oaBoxArrayValue::set const oaBoxArray &    value
 

This function sets this value to the specified boxArray value.

Parameters:
value The boxArray value to set


The documentation for this class was generated from the following files:

Return to top of page