MOAB: Mesh Oriented datABase  (version 5.4.1)
vtkMoabReader.cxx File Reference
#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"
+ Include dependency graph for vtkMoabReader.cxx:

Go to the source code of this file.

Functions

 vtkStandardNewMacro (vtkMoabReader) vtkMoabReader

Function Documentation

Definition at line 17 of file vtkMoabReader.cxx.

  {
  this->SetNumberOfInputPorts(0);
  this->FileName = NULL;
  }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines