vtkbone
vtkboneFaimVersion5InputReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Copyright 2010-2016, Numerics88 Solutions Ltd.
4  http://www.numerics88.com/
5 
6  Copyright (c) Eric Nodwell and Steven K. Boyd
7  See Copyright.txt for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 =========================================================================*/
13 
33 #ifndef __vtkboneFaimVersion5InputReader_h
34 #define __vtkboneFaimVersion5InputReader_h
35 
37 #include "vtkboneWin32Header.h"
38 
39 // Forward declarations
41 
43 {
44 public:
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
50 
51  vtkSetStringMacro(FileName);
52  vtkGetStringMacro(FileName);
54 
55 protected:
58 
59  virtual int RequestData(vtkInformation *,
62 
63  char *FileName;
64 
65 private:
66  // Prevent compiler from making public versions of these.
68  void operator=(const vtkboneFaimVersion5InputReader&);
69 };
70 
71 #endif
72 
#define VTKBONE_EXPORT
read input files for FAIM finite element solver
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only vtkboneFiniteElementModel as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkboneFiniteElementModelAlgorithm * New()