int CParticleConnection::type_Code ( CLxUser_Item &item) { if (item.IsA(cit_source)) return STYPE_SOURCE; return -1; }
/* * ---------------------------------------------------------------- * CLxItemSelectionType : Implementation */ bool CLxItemSelectionType::Include ( CLxUser_Item &item) { return item.IsA (type); }