moab
|
#include "vtkMOABMesh.hpp"
#include "vtkFloatArray.h"
#include "vtkCellArray.h"
#include "vtkCellData.h"
#include "vtkIntArray.h"
#include "vtkCharArray.h"
#include "vtkPolyData.h"
#include "vtkObjectFactory.h"
#include "vtkUnstructuredGrid.h"
#include "vtkExtractUnstructuredGrid.h"
#include "vtkThreshold.h"
#include "vtkDoubleArray.h"
#include "vtkPointData.h"
#include <sstream>
#include <vector>
#include "assert.h"
#include "MBTagConventions.hpp"
#include "moab/Core.hpp"
#include "moab/CN.hpp"
Go to the source code of this file.
Defines | |
#define | MOABMeshErrorMacro(s) std::cerr s << std::endl |
Variables | |
const bool | new_outputs = false |
const bool | use_filters = true |
#define MOABMeshErrorMacro | ( | s | ) | std::cerr s << std::endl |
Definition at line 24 of file vtkMOABMesh.cpp.
const bool new_outputs = false |
Definition at line 30 of file vtkMOABMesh.cpp.
const bool use_filters = true |
Definition at line 31 of file vtkMOABMesh.cpp.