#include <cell.hh>
Public Types | |
| typedef msbGrid::GeometricEntity | ParentT |
Public Types inherited from msbGrid::GeometricEntity | |
| typedef msbGrid::Color | Color |
| typedef msbGrid::Point | Point |
| typedef msbGrid::Edge | Edge |
| typedef msbGrid::Cell | Cell |
Public Member Functions | |
| Cell () | |
| ~Cell () | |
Public Member Functions inherited from msbGrid::GeometricEntity | |
| GeometricEntity () | |
| ~GeometricEntity () | |
| const Color & | color () const |
| Color & | color () |
| const unsigned int & | Id () const |
| unsigned int & | Id () |
| const bool | hasId () const |
| const bool & | mark () const |
| bool & | mark () |
| const bool & | onBlockBoundary () const |
| bool & | onBlockBoundary () |
| const std::vector< Scalar > & | pos () const |
| std::vector< Scalar > & | pos () |
| const std::vector< Point * > & | vPt () const |
| std::vector< Point * > & | vPt () |
| const std::vector< Edge * > & | vEd () const |
| std::vector< Edge * > & | vEd () |
| const std::vector< Cell * > & | vCel () const |
| std::vector< Cell * > & | vCel () |
| bool | isIt (const GeometricEntity *ge0) const |
| void | infos () const |
Additional Inherited Members | |
Public Attributes inherited from msbGrid::GeometricEntity | |
| std::vector< Scalar > | pos_ |
| std::vector< Point * > | vPt_ |
| std::vector< Edge * > | vEd_ |
| std::vector< Cell * > | vCel_ |
| typedef msbGrid :: GeometricEntity msbGrid::Cell::ParentT |
|
inline |