MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "vtkMoabReader.h"
#include "SimpleMoab.h"
#include "DataSetConverter.h"
#include "vtkNew.h"
#include "vtkObjectFactory.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkMultiBlockDataSet.h"
#include "vtkUnstructuredGrid.h"
#include "vtkPolyData.h"
Go to the source code of this file.
Functions | |
vtkStandardNewMacro (vtkMoabReader) vtkMoabReader |
Definition at line 17 of file vtkMoabReader.cxx.
{ this->SetNumberOfInputPorts(0); this->FileName = NULL; }