cee::ug::PropertyBuilder
- 
class PropertyBuilder
 Finds VTFx properties from model and/or view and builds a property set collection and image resources.
Public 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.
- 
bool addFromView(const cee::vis::View &view)
 Builds properties from this view and sets them in the property set collection.
- 
bool addFromModel(const UnstructGridModel &model)
 Builds properties from this model and sets them in the property set collection.
- 
PropertyBuilder(PropertySetCollection *collection, ImageResources *resources)