#include "SMESH_FaceOrientationFilter.h"#include "SMESH_ActorUtils.h"#include "SUIT_Session.h"#include "SUIT_ResourceMgr.h"#include <VTKViewer_CellCenters.h>#include <vtkCellArray.h>#include <vtkCellData.h>#include <vtkDataSet.h>#include <vtkFloatArray.h>#include <vtkGlyph3D.h>#include <vtkGlyphSource2D.h>#include <vtkInformation.h>#include <vtkInformationVector.h>#include <vtkMaskPoints.h>#include <vtkObjectFactory.h>#include <vtkPolyData.h>#include <vtkPolygon.h>#include <QColor>
Macros | |
| #define | PI 3.14159265359 |
Functions | |
| void | GetFaceParams (vtkCell *theFace, double theNormal[3], double &theSize) |
| #define PI 3.14159265359 |
| void GetFaceParams | ( | vtkCell * | theFace, |
| double | theNormal[3], | ||
| double & | theSize | ||
| ) |
Referenced by SMESH_FaceOrientationFilter::RequestData().