Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

csfl::IContainer Class Reference

#include <container.h>

Inheritance diagram for csfl::IContainer::

csfl::ISFLObject csfl::IContainerBCond csfl::IContainerEquation csfl::IContainerField csfl::IContainerGrid csfl::IContainerMesh csfl::IContainerParameter List of all members.

Public Methods

 IContainer (const IString &_name)
 IContainer (IContainer *_c)
 ~IContainer ()
const IStringName ()
void SetName (const IString &_name)
virtual int BinnaryToIndex (ISFLObject *_p)

Protected Attributes

IString name

Detailed Description

Classe base para gerenciamento de um conjunto de objetos.


Constructor & Destructor Documentation

csfl::IContainer::IContainer ( const IString & _name ) [inline]
 

O argumento “_name” representa o nome do conjunto de objetos.

csfl::IContainer::IContainer ( IContainer * _c ) [inline]
 

Constrói um objeto IContainer a partir de outro.

csfl::IContainer::~IContainer ( ) [inline]
 


Member Function Documentation

int csfl::IContainer::BinnaryToIndex ( ISFLObject * _p ) [inline, virtual]
 

Função a ser reimplementada pelas classes derivadas.

Reimplemented in csfl::IContainerBCond, and csfl::IContainerParameter.

const IString & csfl::IContainer::Name ( ) [inline]
 

Retorna o nome do conjunto.

void csfl::IContainer::SetName ( const IString & _name ) [inline]
 

Modifica o nome do conjunto para “_name”.


Member Data Documentation

IString csfl::IContainer::name [protected]
 


The documentation for this class was generated from the following file:

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster