|
| static wxTreeItemId | MatMLtoTreeCtrl (TreeCtrlSorted *MatMLTreeCtrl, Material *MatMLMaterial) |
| | Searches the TreeCtrl to find the MatML Element More...
|
| |
| static std::list< std::pair< Material *, xml_schema::string > > | GetMaterialIDPair (::boost::shared_ptr< MatML_Doc > MatMLDoc, std::list< xml_schema::string > ClassFilters=std::list< xml_schema::string >()) |
| | Gather Material* and Material->ID paired together in a list. More...
|
| |
| static bool | InFilter (Material *material, std::list< xml_schema::string > Filter) |
| | Determines if the Material has a Class->Name for each of the ClassFilter strings If the filter is empty then the default is true. More...
|
| |
| static bool | InFilter (Material *material, xml_schema::string *Filter) |
| | Determines if the Material has a Class->Name that matches the ClassFilter string More...
|
| |
| static std::list< Name * > | GetMatMLDocClassNames (::boost::shared_ptr< MatML_Doc > MatMLDoc) |
| | Gathers within the MatMLDoc all of the materials->BulkDetails->Class->Name More...
|
| |
| static std::list< Name * > | GetBulkDetailsClassNames (Material *material) |
| | Get the Materials BulkDetails->Class->Names More...
|
| |
| static bool | CompareName (Name *&first, Name *&second) |
| | Comparision of the First Name to the Second Name More...
|
| |
| static bool | SameName (Name *&first, Name *&second) |
| | Compare if the First Name and Second Name are the same a binary predicate implemented as a function More...
|
| |
| ::std::string | Label (::std::string name, ::std::string id) |
| | Creates a string of the Labels used in wxWidgets displays More...
|
| |
|
::std::string | LabelToId (::std::string label) |
| |
| static std::list< xml_schema::string > | wx2std (const wxArrayString &wxstr) |
| | Converts wxArrayString to std::list of xml_schema::string More...
|
| |
| static wxArrayString | std2wx (const std::list< xml_schema::string > &stdstr) |
| | Converts list of xml_schema::string to wxArrayString More...
|
| |