#include "VTKViewer_GeometryFilter.h"#include "VTKViewer_ConvexTool.h"#include "VTKViewer_ArcBuilder.h"#include <vtkCellArray.h>#include <vtkCellData.h>#include <vtkGenericCell.h>#include <vtkHexagonalPrism.h>#include <vtkHexahedron.h>#include <vtkInformation.h>#include <vtkInformationVector.h>#include <vtkMergePoints.h>#include <vtkObjectFactory.h>#include <vtkPointData.h>#include <vtkPolyData.h>#include <vtkPolygon.h>#include <vtkPyramid.h>#include <vtkSmartPointer.h>#include <vtkStaticCellLinks.h>#include <vtkStructuredGrid.h>#include <vtkTetra.h>#include <vtkUnsignedCharArray.h>#include <vtkUnstructuredGrid.h>#include <vtkVersion.h>#include <vtkVoxel.h>#include <vtkWedge.h>#include <algorithm>#include <iterator>#include <vector>#include <map>#include <set>#include "utilities.h"#include "Qtx.h"Classes | |
| struct | vtkExcludedFaces |
Macros | |
| #define | VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
| #define | SHOW_COINCIDING_3D_PAL21924 |
Functions | |
| vtkStandardNewMacro (VTKViewer_GeometryFilter) VTKViewer_GeometryFilter | |
| static bool | toShowEdge (vtkIdType id1, vtkIdType id2, vtkIdType cellId, vtkUnstructuredGrid *input) |
| Return true for only one volume including a given edge. More... | |
| #define SHOW_COINCIDING_3D_PAL21924 |
| #define VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
|
inlinestatic |
Return true for only one volume including a given edge.
| [in] | id1 | - 1st edge end |
| [in] | id2 | - second edge end |
| [in] | cellId | - volume ID |
| [in] | input | - the grid |
| vtkStandardNewMacro | ( | VTKViewer_GeometryFilter | ) |
References Qtx::getenv().