| 356 | } |
| 357 | |
| 358 | static bool IsGhostsAttributeType(const std::string& otherAttributeTypeName) |
| 359 | { |
| 360 | return vtksys::SystemTools::UpperCase(otherAttributeTypeName) == "GHOSTS"; |
| 361 | } |
| 362 | }; |
| 363 | |
| 364 | //---------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected