ClassOrbitCharTable( tbl, class )
returns a list of classes containing elements of the cyclic subgroup generated by an element x of class class.
gap> ClassOrbitCharTable(L3_2, 5); [ 5, 6 ]
Being all powers of x this data is recovered from the powermap of tbl.
GAP 3.4.4