graphInclude.h File Reference

Methods which are common among all represented graph objects. More...


Functions

size_t SizeInfo (TArrayDim arrayDim, TSizeInfo size) const throw ()
graphRepresentationRepresentation () throw ()
attributePoolRepresentationalData () const throw ()
attributePoolGeometry () const throw ()
attributePoolLayoutData () const throw ()
void NewSubgraph () throw (ERRejected)
void ReleaseSubgraph () throw ()
TFloat Sub (TArc a) const throw (ERRange)
void SetSub (TArc a, TFloat multiplicity) throw (ERRange)
void SetSubRelative (TArc a, TFloat lambda) throw (ERRange)


Detailed Description

Methods which are common among all represented graph objects.


Function Documentation

attributePool* Geometry  )  const throw ()
 

attributePool* LayoutData  )  const throw ()
 

void NewSubgraph  )  throw (ERRejected)
 

void ReleaseSubgraph  )  throw ()
 

const graphRepresentation * Representation  )  throw ()
 

attributePool* RepresentationalData  )  const throw ()
 

void SetSub TArc  a,
TFloat  multiplicity
throw (ERRange)
 

void SetSubRelative TArc  a,
TFloat  lambda
throw (ERRange)
 

size_t SizeInfo TArrayDim  arrayDim,
TSizeInfo  size
const throw ()
 

TFloat Sub TArc  a  )  const throw (ERRange)