cee::ug::PropertyBuilder Class Reference

Public Member Functions

 PropertyBuilder (PropertySetCollection *collection, ImageResources *resources)
 Constructs a builder object and pass as parameters the property set collection and image resources that should be generated. More...
 
bool addFromView (const cee::vis::View &view)
 Builds properties from this view and sets them in the property set collection. More...
 
bool addFromModel (const UnstructGridModel &model)
 Builds properties from this model and sets them in the property set collection. More...
 

Constructor & Destructor Documentation

cee::ug::PropertyBuilder::PropertyBuilder ( PropertySetCollection collection,
ImageResources resources 
)

Constructs a builder object and pass as parameters the property set collection and image resources that should be generated.

Member Function Documentation

bool cee::ug::PropertyBuilder::addFromModel ( const UnstructGridModel model)

Builds properties from this model and sets them in the property set collection.

bool cee::ug::PropertyBuilder::addFromView ( const cee::vis::View view)

Builds properties from this view and sets them in the property set collection.