VTK
vtkPLSDynaReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPLSDynaReader.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 /*----------------------------------------------------------------------------
16  Copyright (c) Sandia Corporation
17  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18 ----------------------------------------------------------------------------*/
19 
125 #ifndef vtkPLSDynaReader_h
126 #define vtkPLSDynaReader_h
127 
128 #include "vtkIOParallelLSDynaModule.h" // For export macro
129 #include "vtkLSDynaReader.h"
130 
133 {
134 public:
136  virtual void PrintSelf(ostream &os, vtkIndent indent);
138 
140  virtual int CanReadFile( const char* fname );
141 
143 
148 
149 protected:
151  virtual ~vtkPLSDynaReader();
152 
155 
156  virtual int ReadTopology();
157 
158 private:
159 
160  vtkPLSDynaReader( const vtkPLSDynaReader& ); // Not implemented.
161  void operator = ( const vtkPLSDynaReader& ); // Not implemented.
162 
163  void GetPartRanges(vtkIdType* mins,vtkIdType* maxs);
164 
165  vtkMultiProcessController *Controller;
166 
167  struct vtkPLSDynaReaderInternal;
168  vtkPLSDynaReaderInternal *Internal;
169 };
170 
171 #endif // vtkPLSDynaReader_h
vtkPLSDynaReader::~vtkPLSDynaReader
virtual ~vtkPLSDynaReader()
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
VTKIOPARALLELLSDYNA_EXPORT
#define VTKIOPARALLELLSDYNA_EXPORT
Definition: vtkIOParallelLSDynaModule.h:15
vtkPLSDynaReader::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkLSDynaReader
Read LS-Dyna databases (d3plot)
Definition: vtkLSDynaReader.h:167
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPLSDynaReader::New
static vtkPLSDynaReader * New()
vtkPLSDynaReader::vtkPLSDynaReader
vtkPLSDynaReader()
vtkPLSDynaReader::CanReadFile
virtual int CanReadFile(const char *fname)
vtkPLSDynaReader::ReadTopology
virtual int ReadTopology()
vtkPLSDynaReader
Read LS-Dyna databases (d3plot) in parallel.
Definition: vtkPLSDynaReader.h:133
vtkgl::c
const GLubyte * c
Definition: vtkgl.h:15720
vtkPLSDynaReader::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkIOParallelLSDynaModule.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPLSDynaReader::SetController
void SetController(vtkMultiProcessController *c)
vtkLSDynaReader.h
vtkPLSDynaReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)