#include "assert.h"
#include "vtkObjectFactory.h"
#include "vtkUnstructuredGrid.h"
#include "vtkMOABUtils.h"
#include "moab/MeshTopoUtil.hpp"
#include "vtkPolyDataMapper.h"
#include "vtkDataSetMapper.h"
#include "vtkActor.h"
#include "vtkCamera.h"
#include "vtkProperty.h"
#include "vtkExtractEdges.h"
#include "vtkTubeFilter.h"
#include "vtkRenderer.h"
#include "vtkExtractGeometry.h"
#include "vtkPlane.h"
#include <algorithm>
Go to the source code of this file.
Defines |
#define | PR(a) {pickline1->setText(QString(a));return;} |
Define Documentation
#define PR |
( |
|
a | ) |
{pickline1->setText(QString(a));return;} |