Finds VTFx properties from model and/or view and builds a property set collection and image resources. More...
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... | |
Finds VTFx properties from model and/or view and builds a property set collection and image resources.
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.
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.