Go to the documentation of this file.
11 #ifndef vtk_m_filter_field_transform_WarpScalar_h
12 #define vtk_m_filter_field_transform_WarpScalar_h
15 #include <vtkm/filter/field_transform/vtkm_filter_field_transform_export.h>
21 namespace field_transform
42 const std::string& name,
45 this->NormalFieldName = name;
46 this->NormalFieldAssociation = association;
53 return this->NormalFieldAssociation;
62 const std::string& name,
65 this->ScalarFactorFieldName = name;
66 this->ScalarFactorFieldAssociation = association;
71 return this->ScalarFactorFieldName;
76 return this->ScalarFactorFieldAssociation;
83 std::string NormalFieldName =
"normal";
85 std::string ScalarFactorFieldName =
"scalarfactor";
92 #endif // vtk_m_filter_field_transform_WarpScalar_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Association
Definition: cont/Field.h:34
Definition: FilterField.h:21
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:198