vtkbone
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
vtkbone
Source
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
36
#include "
vtkboneFiniteElementModelAlgorithm.h
"
37
#include "
vtkboneWin32Header.h
"
38
39
// Forward declarations
40
class
vtkUnstructuredGrid
;
41
42
class
VTKBONE_EXPORT
vtkboneFaimVersion5InputReader
:
public
vtkboneFiniteElementModelAlgorithm
43
{
44
public
:
45
static
vtkboneFaimVersion5InputReader
*
New
();
46
vtkTypeMacro(
vtkboneFaimVersion5InputReader
,
vtkboneFiniteElementModelAlgorithm
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
48
50
51
vtkSetStringMacro(FileName);
52
vtkGetStringMacro(FileName);
54
55
protected
:
56
vtkboneFaimVersion5InputReader
();
57
~vtkboneFaimVersion5InputReader
();
58
59
virtual
int
RequestData
(
vtkInformation
*,
60
vtkInformationVector
**,
61
vtkInformationVector
*)
override
;
62
63
char
*
FileName
;
64
65
private
:
66
// Prevent compiler from making public versions of these.
67
vtkboneFaimVersion5InputReader
(
const
vtkboneFaimVersion5InputReader
&);
68
void
operator=(
const
vtkboneFaimVersion5InputReader
&);
69
};
70
71
#endif
72
vtkIndent
vtkInformationVector
vtkInformation
vtkUnstructuredGrid
vtkboneFaimVersion5InputReader
read input files for FAIM finite element solver
Definition
vtkboneFaimVersion5InputReader.h:43
vtkboneFaimVersion5InputReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkboneFaimVersion5InputReader::~vtkboneFaimVersion5InputReader
~vtkboneFaimVersion5InputReader()
vtkboneFaimVersion5InputReader::vtkboneFaimVersion5InputReader
vtkboneFaimVersion5InputReader()
vtkboneFaimVersion5InputReader::New
static vtkboneFaimVersion5InputReader * New()
vtkboneFaimVersion5InputReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkboneFaimVersion5InputReader::FileName
char * FileName
Definition
vtkboneFaimVersion5InputReader.h:63
vtkboneFiniteElementModelAlgorithm
Superclass for algorithms that produce only vtkboneFiniteElementModel as output.
Definition
vtkboneFiniteElementModelAlgorithm.h:30
vtkboneFiniteElementModelAlgorithm.h
vtkboneWin32Header.h
Generated by
1.9.8