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{
44public:
47 void PrintSelf(ostream& os, vtkIndent indent) override;
48
50
51 vtkSetStringMacro(FileName);
52 vtkGetStringMacro(FileName);
54
55protected:
58
61 vtkInformationVector *) override;
62
63 char *FileName;
64
65private:
66 // Prevent compiler from making public versions of these.
68 void operator=(const vtkboneFaimVersion5InputReader&);
69};
70
71#endif
72
read input files for FAIM finite element solver
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkboneFaimVersion5InputReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Superclass for algorithms that produce only vtkboneFiniteElementModel as output.