funcmp-1.1: Functional MetaPostSource codeContentsIndex
FMP.Tree
Documentation
number :: Tree -> (Tree' (Int, Int, Int))Source
data Tree' a Source
Constructors
Node' a NodeDescr [Tree' a]
data Tree Source
Constructors
Node Picture NodeDescr [Edge]
show/hide Instances
data Edge Source
Constructors
Edge Path Tree
Cross Path
show/hide Instances
data AlignSons Source
Constructors
DefaultAlign
AlignLeft
AlignRight
AlignLeftSon
AlignRightSon
AlignOverN Int
AlignAngles [Numeric]
AlignConst Numeric
AlignFunction (NodeDescr -> [Extent] -> Int -> [Numeric])
show/hide Instances
data Distance Source
Constructors
DistCenter Numeric
DistBorder Numeric
show/hide Instances
edge :: Tree -> EdgeSource
edge' :: Path -> Tree -> EdgeSource
cross :: Point -> EdgeSource
cross' :: Path -> EdgeSource
enode :: IsPicture a => a -> [Edge] -> EdgeSource
node :: IsPicture a => a -> [Edge] -> TreeSource
stair :: Point -> Point -> PathSource
forEachNode :: (Tree -> Tree) -> Tree -> TreeSource
forEachLevelNode :: Int -> (Tree -> Tree) -> Tree -> TreeSource
forEachPic :: (Picture -> Picture) -> Tree -> TreeSource
forEachEdge :: (Path -> Path) -> Tree -> TreeSource
defaultAlign :: AlignSonsSource
alignLeft :: AlignSonsSource
alignRight :: AlignSonsSource
alignLeftSon :: AlignSonsSource
alignRightSon :: AlignSonsSource
alignOverN :: Int -> AlignSonsSource
alignAngles :: [Numeric] -> AlignSonsSource
alignConst :: Numeric -> AlignSonsSource
alignFunction :: (NodeDescr -> [Extent] -> Int -> [Numeric]) -> AlignSonsSource
setAlign :: AlignSons -> Tree -> TreeSource
getAlign :: Tree -> AlignSonsSource
setDistH :: Distance -> Tree -> TreeSource
getDistH :: Tree -> DistanceSource
setDistV :: Distance -> Tree -> TreeSource
getDistV :: Tree -> DistanceSource
fit :: Numeric -> Extent -> Extent -> PositionSource
fitLeft :: Numeric -> [Extent] -> [Position]Source
fitRight :: Numeric -> [Extent] -> [Position]Source
distCenter :: Numeric -> DistanceSource
distBorder :: Numeric -> DistanceSource
data NodeName Source
Constructors
Parent
This
Root
Up Int
Son Int
show/hide Instances
Produced by Haddock version 2.1.0