#include "SMESH_SMDS.hxx"
#include "SMDSAbs_ElementType.hxx"
#include "SMDS_MeshObject.hxx"
#include "SMDS_ElemIterator.hxx"
#include "SMDS_MeshElementIDFactory.hxx"
#include "SMDS_StdIterator.hxx"
#include <vector>
#include <iostream>
#include <vtkType.h>
#include <vtkCellType.h>
Go to the source code of this file.
Data Structures | |
class | SMDS_MeshElement |
Base class for elements. More... | |
struct | SMDS_MeshElement::Filter |
Filters of elements, to be used with SMDS_SetIterator. More... | |
struct | SMDS_MeshElement::NonNullFilter |
struct | SMDS_MeshElement::TypeFilter |
struct | SMDS_MeshElement::EntityFilter |
struct | SMDS_MeshElement::GeomFilter |
struct | TIDTypeCompare |
Comparator of elements by ID for usage in std containers. More... | |
struct | TIDCompare |
Typedefs | |
typedef short | ShortType |
typedef int | LongType |
typedef short ShortType |