FEI Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test_utils
test_Factory_helper.hpp
Go to the documentation of this file.
1
#ifndef _test_Factory_helper_h_
2
#define _test_Factory_helper_h_
3
4
/*--------------------------------------------------------------------*/
5
/* Copyright 2005 Sandia Corporation. */
6
/* Under the terms of Contract DE-AC04-94AL85000, there is a */
7
/* non-exclusive license for use of this work by or on behalf */
8
/* of the U.S. Government. Export of this program may require */
9
/* a license from the United States Government. */
10
/*--------------------------------------------------------------------*/
11
12
#include <
fei_macros.hpp
>
13
14
#include <
fei_Factory.hpp
>
15
16
class
test_Factory_helper
{
17
public
:
18
test_Factory_helper
(){}
19
virtual
~test_Factory_helper
(){}
20
21
int
dyncastMatrix
(
fei::Matrix
* matrix,
const
char
* libname);
22
23
int
dyncastVector
(
fei::Vector
* vector,
const
char
* libname);
24
};
25
26
#endif
27
test_Factory_helper::dyncastVector
int dyncastVector(fei::Vector *vector, const char *libname)
Definition:
test_Factory_helper.cpp:73
fei_Factory.hpp
test_Factory_helper::~test_Factory_helper
virtual ~test_Factory_helper()
Definition:
test_Factory_helper.hpp:19
test_Factory_helper
Definition:
test_Factory_helper.hpp:16
test_Factory_helper::test_Factory_helper
test_Factory_helper()
Definition:
test_Factory_helper.hpp:18
test_Factory_helper::dyncastMatrix
int dyncastMatrix(fei::Matrix *matrix, const char *libname)
Definition:
test_Factory_helper.cpp:27
fei::Matrix
Definition:
fei_Matrix.hpp:30
fei_macros.hpp
fei::Vector
Definition:
fei_Vector.hpp:57
Generated by
1.8.5