#include "SVTK_Actor.h"#include "SALOME_Actor.h"#include "SALOME_InteractiveObject.hxx"#include <vtkObjectFactory.h>#include <vtkUnstructuredGrid.h>#include <vtkDataSetMapper.h>#include <vtkRenderer.h>#include <vtkCell.h>#include <vtkPolyData.h>#include "Utils_SALOME_Exception.hxx"#include "utilities.h"
Defines | |
| #define | VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
Functions | |
| static void | CopyPoints (vtkUnstructuredGrid *theGrid, vtkDataSet *theSourceDataSet) |
| vtkStandardNewMacro (SVTK_Actor) | |
| #define VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
| static void CopyPoints | ( | vtkUnstructuredGrid * | theGrid, |
| vtkDataSet * | theSourceDataSet | ||
| ) | [static] |
| vtkStandardNewMacro | ( | SVTK_Actor | ) |