====== BigObject Visual::SimplicialComplexLattice ====== //from application [[..:topaz|topaz]]//\\ \\ Visualization of the ''[[..:topaz:SimplicialComplex#HASSE_DIAGRAM |HASSE_DIAGRAM]]'' of a simplicial complex as a multi-layer graph. ===== Methods ===== ==== no category ==== {{anchor:faces:}} ? **''FACES([[..:common#Array |Array]]<[[..:common#Set |Set]]> faces)''** :: Add distinguished faces with different graphical attributes //NodeColor// and //NodeStyle//. ? Parameters: :: ''[[..:common#Array |Array]]<[[..:common#Set |Set]]>'' ''faces'': (to be changed in the near future) ? Options: : option list ''[[..:graph#Visual_Lattice_decorations |Visual::Lattice::decorations]]'' ? Returns: :''[[..:topaz:Visual_SimplicialComplexLattice |Visual::SimplicialComplexLattice]]'' ---- {{anchor:morse_matching:}} ? **''MORSE_MATCHING()''** :: Add the ''[[..:topaz:SimplicialComplex#MATCHING |MATCHING]]'' to the visualization of the face lattice of the simplicial complex. Decoration options @c EdgeColor and @c EdgeStyle apply to the matched edges only. ? Options: : option list ''[[..:graph#Visual_Lattice_decorations |Visual::Lattice::decorations]]'' ? Returns: :''[[..:topaz:Visual_SimplicialComplexLattice |Visual::SimplicialComplexLattice]]'' ---- {{anchor:subcomplex:}} ? **''SUBCOMPLEX([[..:common#String |String]] property)''** :: Add a subcomplex with different graphical attributes. ? Parameters: :: ''[[..:common#String |String]]'' ''property'': name of the subcomplex property (to be changed in the near future) ? Options: : :: ''[[..:common#Bool |Bool]]'' ''show_filter'': containment relationship between the subcomplex and the lattice faces : option list ''[[..:graph#Visual_Lattice_decorations |Visual::Lattice::decorations]]'' ? Returns: :''[[..:topaz:Visual_SimplicialComplexLattice |Visual::SimplicialComplexLattice]]'' ----