Go to the documentation of this file.
11 #ifndef vtkm_m_filter_contour_MIRFilter_h
12 #define vtkm_m_filter_contour_MIRFilter_h
83 std::string OutputFieldName = std::string(
"cellMat");
93 #endif // vtkm_m_filter_contour_MIRFilter_h
std::string vf_name
Definition: MIRFilter.h:82
void SetScalingDecay(vtkm::Float64 sc)
Definition: MIRFilter.h:65
void SetLengthCellSetName(std::string name)
Sets the name of the length cellset field in the dataset passed to the filter.
Definition: MIRFilter.h:57
std::string GetOutputFieldName()
Gets the output cell-set field name for the filter.
Definition: MIRFilter.h:67
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
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
void SetErrorScaling(vtkm::Float64 sc)
Definition: MIRFilter.h:64
std::string pos_name
Definition: MIRFilter.h:79
std::string len_name
Definition: MIRFilter.h:80
Calculates and subdivides a mesh based on the material interface reconstruction algorithm.
Definition: MIRFilter.h:51
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition: Field.h:31
#define VTKM_FILTER_CONTOUR_EXPORT
Definition: vtkm_filter_contour_export.h:44
void SetOutputFieldName(std::string name)
Sets the output cell-set field name for the filter.
Definition: MIRFilter.h:69
Base class for all filters.
Definition: Filter.h:163
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
#define VTKM_CONT
Definition: ExportMacros.h:57
std::string id_name
Definition: MIRFilter.h:81
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
A short fixed-length array.
Definition: Types.h:357
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
void SetMaxIterations(vtkm::IdComponent ma)
Definition: MIRFilter.h:63
void SetMaxPercentError(vtkm::Float64 ma)
Definition: MIRFilter.h:62