19#ifndef vtkLANLX3DReader_h 
   20#define vtkLANLX3DReader_h 
   22#include "vtkIOLANLX3DModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
   35  vtkSetStringMacro(FileName);
 
   36  vtkGetStringMacro(FileName);
 
   38  vtkSetMacro(ReadAllPieces, 
bool);
 
   39  vtkGetMacro(ReadAllPieces, 
bool);
 
   45  char* FileName = 
nullptr;
 
   46  bool ReadAllPieces = 
true;
 
a simple class to control print indentation
 
class for reading LANL X3D format files
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkLANLX3DReader * New()
 
~vtkLANLX3DReader() override
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
 
Composite dataset that organizes datasets into blocks.