set to _hexLinks splits on one side of INTERNAL FACEs More...
Data Structures | |
| struct | _Split |
Public Member Functions | |
| _SplitIterator (_Link *hexLinks) | |
| bool | More () const |
| bool | Next () |
| Set to _hexLinks a next portion of splits located on one side of INTERNAL FACEs. More... | |
Data Fields | |
| _Link * | _hexLinks |
| std::vector< _Split > | _splits |
| int | _iterationNb |
| size_t | _nbChecked |
| size_t | _nbUsed |
| std::vector< _Node * > | _freeNodes |
set to _hexLinks splits on one side of INTERNAL FACEs
| StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::_SplitIterator | ( | _Link * | hexLinks | ) |
| bool StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::More | ( | ) | const |
Referenced by StdMeshers::Cartesian3D::Hexahedron::computeElements().
| bool Hexahedron::_SplitIterator::Next | ( | ) |
Set to _hexLinks a next portion of splits located on one side of INTERNAL FACEs.
References StdMeshers::Cartesian3D::Hexahedron::_hexLinks, StdMeshers::Cartesian3D::Hexahedron::_Link::_nodes, StdMeshers::Cartesian3D::Hexahedron::_Link::_splits, and StdMeshers::Cartesian3D::Hexahedron::_Link::clear().
| std::vector< _Node* > StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::_freeNodes |
| _Link* StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::_hexLinks |
| int StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::_iterationNb |
| size_t StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::_nbChecked |
| size_t StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::_nbUsed |
| std::vector< _Split > StdMeshers::Cartesian3D::Hexahedron::_SplitIterator::_splits |