File ntt/bin/trans/mttGetFieldNames.m artifact 371982056a part of check-in a8cce33cfa


function namelist = mttGetFieldNames(structure,component)
    namelist = [] ;
    if isfield(structure,component)
        field = getfield(structure,component) ;
        if ~isempty(field)
            namelist = fieldnames(field) ;
        end
    end



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]