cee::geo::PartCollection

class PartCollection

Collection of parts.

Public Functions

PartCollection()

Constructs an empty object.

PartCollection(const PartCollection &other)

Constructs a PartCollection as a copy of other.

PartCollection &operator=(const PartCollection &rhs)

Assigns rhs to this and returns a reference.

size_t count() const

Returns number of parts in the collection.

const Part *part(size_t index) const

Returns part at the specified index within the collection.

Part *part(size_t index)

Returns part at the specified index within the collection.

void addPart(Part *part)

Adds a part to the collection.