cee::app::Parts
-
class
Parts
: public RefCountedObject Class that provides access by index or by name pattern to all parts of the current UnstructGridModel.
Public Functions
-
size_t
count
() const Returns number of parts.
-
size_t
currentIndex
() const Returns current index.
-
void
setCurrentIndex
(size_t index) Sets current index.
-
cee::ug::DataPart *
get
(const cee::Str &wildcard) const Returns the Part matching the search string wildcard.
Return NULL if none found
-
cee::ug::PartInfo
info
(cee::ug::DataPart *part) const Returns the part info for the specified part.
-
size_t
geometryIndex
(size_t index) const Returns the geometry index of the part at the specified index.
Public Static Functions
-
static Parts *
instance
() Parts is a singleton. Always access Parts using this instance()
-
size_t