SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MapFieldDataFromNodeToElem.h
Go to the documentation of this file.
1 
2 /*
3  For more information, please see: http://software.sci.utah.edu
4 
5  The MIT License
6 
7  Copyright (c) 2009 Scientific Computing and Imaging Institute,
8  University of Utah.
9 
10 
11  Permission is hereby granted, free of charge, to any person obtaining a
12  copy of this software and associated documentation files (the "Software"),
13  to deal in the Software without restriction, including without limitation
14  the rights to use, copy, modify, merge, publish, distribute, sublicense,
15  and/or sell copies of the Software, and to permit persons to whom the
16  Software is furnished to do so, subject to the following conditions:
17 
18  The above copyright notice and this permission notice shall be included
19  in all copies or substantial portions of the Software.
20 
21  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
22  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27  DEALINGS IN THE SOFTWARE.
28 */
29 
30 #ifndef CORE_ALGORITHMS_FIELDS_FIELDDATA_MapFieldDataFromNodeToElem_H
31 #define CORE_ALGORITHMS_FIELDS_FIELDDATA_MapFieldDataFromNodeToElem_H 1
32 
33 
36 
37 namespace SCIRun {
38  namespace Core {
39  namespace Algorithms {
40  namespace Fields {
41 
43 {
44  public:
46 
50  FieldHandle run(FieldHandle input_field) const;
51  virtual AlgorithmOutput run_generic(const AlgorithmInput& input) const;
52 
53 };
54 
55 }}}}
56 #endif
Definition: AlgorithmBase.h:52
Definition: AlgorithmBase.h:296
Definition: MapFieldDataFromNodeToElem.h:42
Definition: AlgorithmBase.h:219
#define SCISHARE
Definition: share.h:39
Definition: AlgorithmBase.h:212
boost::shared_ptr< Field > FieldHandle
Definition: DatatypeFwd.h:65
static AlgorithmInputName InputField
Definition: MapFieldDataFromNodeToElem.h:47
static AlgorithmParameterName Method
Definition: MapFieldDataFromNodeToElem.h:49
static AlgorithmOutputName OutputField
Definition: MapFieldDataFromNodeToElem.h:48