Go to the documentation of this file.
11 #ifndef vtkm_m_filter_contour_MIRFilter_h
12 #define vtkm_m_filter_contour_MIRFilter_h
15 #include <vtkm/filter/contour/vtkm_filter_contour_export.h>
83 std::string OutputFieldName = std::string(
"cellMat");
93 #endif // vtkm_m_filter_contour_MIRFilter_h
std::string vf_name
Definition: MIRFilter.h:82
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_CONT void SetMaxPercentError(vtkm::Float64 ma)
Definition: MIRFilter.h:62
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
VTKM_CONT void SetMaxIterations(vtkm::IdComponent ma)
Definition: MIRFilter.h:63
std::string pos_name
Definition: MIRFilter.h:79
VTKM_CONT void SetVFWholeSetName(std::string name)
Sets the name of the VF whole-array set field in the dataset passed to the filter.
Definition: MIRFilter.h:61
VTKM_CONT void SetErrorScaling(vtkm::Float64 sc)
Definition: MIRFilter.h:64
Definition: FilterField.h:21
std::string len_name
Definition: MIRFilter.h:80
Calculates and subdivides a mesh based on the material interface reconstruction algorithm.
Definition: MIRFilter.h:51
VTKM_CONT void SetLengthCellSetName(std::string name)
Sets the name of the length cellset field in the dataset passed to the filter.
Definition: MIRFilter.h:57
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition: cont/Field.h:31
VTKM_CONT std::string GetOutputFieldName()
Gets the output cell-set field name for the filter.
Definition: MIRFilter.h:67
#define VTKM_CONT
Definition: ExportMacros.h:57
std::string id_name
Definition: MIRFilter.h:81
VTKM_CONT void SetIDWholeSetName(std::string name)
Sets the name of the ID whole-array set field in the dataset passed to the filter.
Definition: MIRFilter.h:59
VTKM_CONT void SetOutputFieldName(std::string name)
Sets the output cell-set field name for the filter.
Definition: MIRFilter.h:69
A short fixed-length array.
Definition: Types.h:767
double Float64
Definition: Types.h:155
VTKM_CONT void SetPositionCellSetName(std::string name)
Sets the name of the offset/position cellset field in the dataset passed to the filter.
Definition: MIRFilter.h:55
VTKM_CONT void SetScalingDecay(vtkm::Float64 sc)
Definition: MIRFilter.h:65