AssemblyItem Class Reference

Class to implement assembly tree interface.

Public Member Functions

 

AssemblyItem()

 

~AssemblyItem()

std::string
get_name()

std::string
get_type()

int
get_level()

int
get_instance()

std::string
get_path()

int
get_id()

void
set_level( int alevel)

void
set_instance( int ainstance)

void
set_type( std::string atype)

void
set_name( std::string aname)

void
set_path( std::string apath)

void
set_id( int aid)

Public Attributes

std::vector< int >
volume_id_list

Private Attributes

std::string
mAssemblyName

std::string
mAssemblyType

int
mAssemblyLevel

int
mAssemblyInstance

std::string
mAssemblyPath

int
mAssemblyID