#include "SMESH_CellLabelActor.h"#include "SMESH_ExtractGeometry.h"#include <VTKViewer_TransformFilter.h>#include <VTKViewer_CellCenters.h>#include <VTKViewer_ExtractUnstructuredGrid.h>#include <vtkObjectFactory.h>#include <vtkCallbackCommand.h>#include <vtkMaskPoints.h>#include <vtkSelectVisiblePoints.h>#include <vtkLabeledDataMapper.h>#include <vtkActor2D.h>#include <vtkTextProperty.h>#include <vtkPointData.h>#include <vtkProperty2D.h>#include <vtkRenderer.h>#include <vtkUnstructuredGrid.h>#include <vtkCellData.h>#include <iostream>
Functions | |
| vtkStandardNewMacro (SMESH_CellLabelActor) SMESH_CellLabelActor | |
| Constructor. More... | |
| vtkStandardNewMacro | ( | SMESH_CellLabelActor | ) |
Constructor.
References SMESH_CellLabelActor::myCellCenters, SMESH_CellLabelActor::myCellsLabels, SMESH_CellLabelActor::myCellsNumDataSet, SMESH_CellLabelActor::myClsLabeledDataMapper, SMESH_CellLabelActor::myClsMaskPoints, SMESH_CellLabelActor::myClsSelectVisiblePoints, SMESH_CellLabelActor::myClsTextProp, SMESH_CellLabelActor::myIsCellsLabeled, SMESH_DeviceActor::myTransformFilter, and SMESH_CellLabelActor::ProcessEvents().