112#ifndef vtkPLSDynaReader_h 
  113#define vtkPLSDynaReader_h 
  115#include "vtkIOParallelLSDynaModule.h"  
  118VTK_ABI_NAMESPACE_BEGIN
 
  157  struct vtkPLSDynaReaderInternal;
 
  158  vtkPLSDynaReaderInternal* Internal;
 
a simple class to control print indentation
 
Read LS-Dyna databases (d3plot)
 
Multiprocessing communication superclass.
 
Read LS-Dyna databases (d3plot) in parallel.
 
static vtkPLSDynaReader * New()
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int CanReadFile(VTK_FILEPATH const char *fname) override
Determine if the file can be read with this reader.
 
int ReadTopology() override
These functions read various parts of the database.
 
~vtkPLSDynaReader() override
 
void SetController(vtkMultiProcessController *c)
Set/Get the communicator object.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.