Hierarchical Edge Bundle 1.0
Public Types | Public Member Functions
Strip Class Reference

#include <TreeMap.h>

List of all members.

Public Types

typedef boost::shared_ptr< StripStripPtr

Public Member Functions

 Strip ()
 ~Strip ()
unsigned int GetNumberOfItems ()
VertexPtr GetItemAt (int at)
void AddItem (VertexPtr item)
void SetItemAtt (VertexPtr item, int pos)
void RemoveLastItem ()
void RemoveItemAt (int at)
void RemoveItemAt (VertexPtr item)

Detailed Description

This class defines a item of the strip.

Author:
Michael Beham
Date:
3.6.2011

Member Typedef Documentation

typedef boost::shared_ptr<Strip> Strip::StripPtr

Constructor & Destructor Documentation

Strip::Strip ( )

standard construtor

Strip::~Strip ( )

standard deconstructor


Member Function Documentation

void Strip::AddItem ( VertexPtr  item)
VertexPtr Strip::GetItemAt ( int  at)

This method returns the item at the specified position

Parameters:
at[int] position of the item.
Returns:
[VertexPtr] Vertex Item
unsigned int Strip::GetNumberOfItems ( )
void Strip::RemoveItemAt ( int  at)

This Method removes the item at a specified position.

Parameters:
at[int] position in the strip

Here is the caller graph for this function:

void Strip::RemoveItemAt ( VertexPtr  item)

This Method removes the VertexPtr.

Parameters:
item[VertexPtr] item of the vertex

Here is the call graph for this function:

void Strip::RemoveLastItem ( )

This method removes the last item in the strip

void Strip::SetItemAtt ( VertexPtr  item,
int  pos 
)

This method sets a item at a specified position

Parameters:
item[VertexPtr] item of the item
pos[int] position of th item.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines